Bagikan melalui


MapIcon.Location Properti

Definisi

Mendapatkan atau mengatur lokasi geografis ikon pada 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

Nilai Properti

Lokasi geografis ikon pada MapControl. Default adalah null.

Berlaku untuk