Property Location
Location
Gets the location on the view where the event occurred.
Declaration
public MapPoint Location { get; }
Property Value
| Type | Description |
|---|---|
| MapPoint | The location on the view where the event occurred. |
Remarks
Location may be null if the GeoView is still initializing,
if it has no Map or Scene set,
or if its Map or Scene is still loading.
It will also be null on the SceneView
if the current Position does not have a corresponding location
on the surface of the scene (for example when the sky is tapped).
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Android | 200.0 - 200.8 |
| Xamarin.Android | 100.0 - 100.15 |