次の方法で共有


TrafficFlow.Longitude プロパティ

定義

これらのクエリの送信元のおおよその経度を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象