MobileForms Toolkit Documentation

GpsDevice Methods

The methods of the GpsDevice class are listed below. For a complete list of GpsDevice class members, see the GpsDevice Members topic.

Public Static Methods

CreateCreates an instance of the GpsDevice object.

Public Instance Methods

DisposeReleases 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.
StartStarts the acquisition of data from the location service.
StopStops the acquisition of data from the location service.
ToString (inherited from Object)Returns a String that represents the current Object.
WaitForLocationSuspends the calling thread until the new location will be known or the timeout expires.

Protected Instance Methods

FinalizeDestroys the GpsDevice object
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OnPositionChangedRemembers the new position and raises the PositionChanged event.
OnStatusChangedRemembers the new status and raises the StatusChanged event.

See Also

GpsDevice Class | Resco.Location.GPS Namespace