MapIcon.Location 属性

定义

获取或设置 上图标的 MapControl地理位置。

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的地理位置。 默认为 null

适用于