ZylGPSReceiver Mobile for Smart Phone

GPSPosition Methods

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

Public Static (Shared) Methods

BearingOverloaded. Returns bearing in decimal degrees between two points.
DecimalDegreesToRadians Converts decimal degrees to radians.
DistanceAsKmOverloaded. Returns the distance between two points in kilometers.
DistanceAsMilesOverloaded. Returns the distance between two points in miles.
DMSToDecimalDegrees Converts DMS (Degree/Minute/Second) to decimal degrees.
DMSToDM Converts DMS (DegreeMinuteSecond) to DM (DegreeMinute).
DMSToRadians Converts DMS (Degree/Minute/Second) to radians.
DMToDMS Converts DM (DegreeMinute) to DMS (DegreeMinuteSecond).
FeetToMeters Converts feet to meters.
KmhToKnots Converts km/h to knots.
KmToMiles Converts kilometers to miles.
KmToNauticalMiles Converts kilometers to nautical miles.
KnotsToKmh Converts knots to km/h.
LatitudeDecimalDegreesToDMS Converts decimal degrees to DMS for latitude values.
LatitudeRadiansToDMS Converts radians to DMS for latitude values.
LongitudeDecimalDegreesToDMS Converts decimal degrees to DMS for longitude values.
LongitudeRadiansToDMS Converts radians to DMS for longitude values.
MetersToFeet Converts meters to feet.
MilesToKm Converts miles to kilometers.
NauticalMilesToKm Converts nautical miles to kilometers.
RadiansToDecimalDegrees Converts radians to decimal degrees.

Public Instance Methods

BearingToOverloaded. Returns bearing in decimal degrees between one point and the current position.
DistanceToAsKmOverloaded. Returns the distance between one point and the current position in kilometers.
DistanceToAsMilesOverloaded. Returns the distance between one point and the current position in miles.
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.
GetLatitudeAsDecimalDegrees Returns current latitude in decimal degrees.
GetLatitudeAsDM Returns latitude in DM (DecimalMinute) format.
GetLatitudeAsRadians Returns current latitude in radians.
GetLongitudeAsDecimalDegrees Returns current longitude in decimal degrees.
GetLongitudeAsDM Returns longitude in DM (DecimalMinute) format.
GetLongitudeAsRadians Returns current longitude in radians.
GetType (inherited from Object)Gets the Type of the current instance.
GetUTCDateTime Returns current UTC datetime.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

GPSPosition Class | ZylGPSReceiverMobileSP Namespace