你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

属性值

适用于