TrafficFlow.Latitude Property

Definition

Gets or sets the approximate latitude that these queries originated from.

[Newtonsoft.Json.JsonProperty(PropertyName="latitude")]
public double? Latitude { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="latitude")>]
member this.Latitude : Nullable<double> with get, set
Public Property Latitude As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to