BasicGeoposition.Longitude Field

Definition

The longitude of the geographic position. This can be any value. For values less than or equal to-180.0 or values greater than 180.0, the value may be wrapped and stored appropriately before it is used. For example, a longitude of 183.0 degrees would become -177.0 degrees.

public: double Longitude;
double Longitude;
public double Longitude;
Public Longitude As Double 

Field Value

Double

double

Applies to