Share via


Location.Latitude Property

 

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

Syntax

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

Remarks

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

See Also

Location.Longitude Property