The methods of the GpsDevice class are listed below. For a complete list of GpsDevice class members, see the GpsDevice Members topic.
![]() Create | Creates an instance of the GpsDevice object. |
Dispose | Releases managed and unmanaged resources used by the GpsDevice and stops the acquisition of data from the location service. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Start | Starts the acquisition of data from the location service. |
Stop | Stops the acquisition of data from the location service. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
WaitForLocation | Suspends the calling thread until the new location will be known or the timeout expires. |
Finalize | Destroys the GpsDevice object |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnPositionChanged | Remembers the new position and raises the PositionChanged event. |
OnStatusChanged | Remembers the new status and raises the StatusChanged event. |
GpsDevice Class | Resco.Location.GPS Namespace