Click or drag to resize
LatLngIsValidLatitude Method
doogal.co.uk Home



Determines whether the specified latitude is valid.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax
public static bool IsValidLatitude(
	double latitude
)

Parameters

latitude
Type: SystemDouble
The latitude.

Return Value

Type: Boolean
true if the latitude is valid; otherwise, false.
See Also