Latitude(Double) Constructor

Creates a new instance of Latitude.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
[JsonConstructorAttribute]
public Latitude(
	double value
)

Parameters

value  Double
The value of this coordinate, from 90 to -90.

Exceptions

ArgumentOutOfRangeExceptionvalue is greater than 90 or less than -90.

See Also