Gets the location data associated with the event.
| C# | Visual Basic |
public GeoPosition<T> Position { get; private set; }
Public Property Position As GeoPosition(Of T) Get Private Set
A GeoPosition<(Of <(<'T>)>)> object that contains the location data in its Location property.