Compartir a través de


MapIcon.Location Propiedad

Definición

Obtiene o establece la ubicación geográfica del icono en .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

Valor de propiedad

Ubicación geográfica del icono en .MapControl El valor predeterminado es null.

Se aplica a