Contains location data of a type specified by the type parameter of the GeoPosition<(Of <(<'T>)>)> class.
| C# | Visual Basic |
public class GeoPosition<T>
Public Class GeoPosition(Of T)
- T
- The type of the location data.
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| GeoPosition<(Of <(<'T>)>)>()()()() |
Initializes a new instance of the GeoPosition<(Of <(<'T>)>)> class.
| |
| GeoPosition<(Of <(<'T>)>)>(DateTimeOffset, T) |
Initializes a new instance of the GeoPosition<(Of <(<'T>)>)> class with a timestamp and position.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Location |
Gets or sets the location data for the GeoPosition<(Of <(<'T>)>)> object.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Timestamp |
Gets or sets the time when the location data was obtained.
| |
| ToString()()()() | (Inherited from Object.) |
Equivalent to System.Device.Location.GeoPosition<T> in the .NET Framework 4
| Object | |
| GeoPosition<(Of <(<'T>)>)> | |