Share via


MapInputEventArgs.Location Eigenschaft

Definition

Ruft den geografischen Standort in MapControl ab, der die Benutzereingabe empfangen hat.

public:
 property Geopoint ^ Location { Geopoint ^ get(); };
Geopoint Location();
public Geopoint Location { get; }
var geopoint = mapInputEventArgs.location;
Public ReadOnly Property Location As Geopoint

Eigenschaftswert

Der geografische Standort in MapControl , der die Benutzereingabe empfangen hat.

Gilt für:

Weitere Informationen