Поделиться через


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.

Применяется к