Share via


Location.Longitude Property

 

A double specifying the longitude of a single point on the globe. Optional. The default value is 0.

Syntax

public double Longitude { set; get; }
Public Property Longitude As Double

Remarks

This property is a floating-point value in decimal degrees representing a WGS 84 datum. Valid values range from -180 to 180.

See Also

Location.Latitude Property