Location.Longitude Property

Definition

The location longitude

[System.Text.Json.Serialization.JsonPropertyName("longitude")]
public float? Longitude { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("longitude")>]
member this.Longitude : Nullable<single> with get, set
Public Property Longitude As Nullable(Of Single)

Property Value

Attributes

Applies to