View Source GoogleApi.DisplayVideo.V1.Model.PoiTargetingOptionDetails (google_api_display_video v0.35.0)

Represents a targetable point of interest(POI). This will be populated in the poi_details field when targeting_type is TARGETING_TYPE_POI.

Attributes

  • displayName (type: String.t, default: nil) - Output only. The display name of a POI(e.g. "Times Square", "Space Needle"), followed by its full address if available.
  • latitude (type: float(), default: nil) - Output only. Latitude of the POI rounding to 6th decimal place.
  • longitude (type: float(), default: nil) - Output only. Longitude of the POI rounding to 6th decimal place.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.PoiTargetingOptionDetails{
  displayName: String.t() | nil,
  latitude: float() | nil,
  longitude: float() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.