MapIcon.Location 属性

定义

获取或设置 MapControlMapIcon 的地理位置。 该位置是 MapControl 上定位 MapIconNormalizedAnchorPoint 的地理位置。

public:
 property Geopoint ^ Location { Geopoint ^ get(); void set(Geopoint ^ value); };
Geopoint Location();

void Location(Geopoint value);
public Geopoint Location { get; set; }
var geopoint = mapIcon.location;
mapIcon.location = geopoint;
Public Property Location As Geopoint

属性值

MapControl 上的 MapIcon 的地理位置。

注解

如果在 3D 视图中提供 Alititude 和 AltitudeReferenceSystem,则添加到 MapControl 的 MapIcon 元素最终将被放置在地下或漂浮在空间中。

适用于

另请参阅