次の方法で共有


GetMapStaticImageOptions.CenterCoordinate プロパティ

定義

中心点の座標。 形式: 'lon,lat' 経度の範囲: -180 から 180。 緯度の範囲: -85 から 85。 注: Center または BoundingBox は必須パラメーターです。 これらは相互に排他的です。

public Azure.Core.GeoJson.GeoPosition? CenterCoordinate { get; }
member this.CenterCoordinate : Nullable<Azure.Core.GeoJson.GeoPosition>
Public ReadOnly Property CenterCoordinate As Nullable(Of GeoPosition)

プロパティ値

適用対象