Class PoiTargetingOptionDetails
Represents a targetable point of interest(POI). This will be populated in the poi_details field when
targeting_type is TARGETING_TYPE_POI
.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class PoiTargetingOptionDetails : IDirectResponseSchema
Properties
DisplayName
Output only. The display name of a POI(e.g. "Times Square", "Space Needle"), followed by its full address if available.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Latitude
Output only. Latitude of the POI rounding to 6th decimal place.
Declaration
[JsonProperty("latitude")]
public virtual double? Latitude { get; set; }
Property Value
Type | Description |
---|---|
double? |
Longitude
Output only. Longitude of the POI rounding to 6th decimal place.
Declaration
[JsonProperty("longitude")]
public virtual double? Longitude { get; set; }
Property Value
Type | Description |
---|---|
double? |