Click or drag to resize
LatLngIsValidLatitude Method (Int32, Int32, Double)
doogal.co.uk Home



Determines whether the specified latitude is valid.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.24 (1.0.0.24)
Syntax
public static bool IsValidLatitude(
	int latitudeDegrees,
	int latitudeMinutes,
	double latitudeSeconds
)

Parameters

latitudeDegrees
Type: SystemInt32
The degrees part of the latitude.
latitudeMinutes
Type: SystemInt32
The minutes part of the latitude.
latitudeSeconds
Type: SystemDouble
The seconds part of the latitude.

Return Value

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