MapIcon.Location 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 MapControl 上 MapIcon 的地理位置。 该位置是 MapControl 上定位 MapIcon 的 NormalizedAnchorPoint 的地理位置。
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 元素最终将被放置在地下或漂浮在空间中。