다음을 통해 공유


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입니다.

적용 대상