 | GeoCoordinateIsNormalized Property |
This is preliminary documentation and is subject to change.
Determines whether the current coordinates is normalized.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic bool IsNormalized { get; }
Public ReadOnly Property IsNormalized As Boolean
Get
Dim instance As GeoCoordinate
Dim value As Boolean
value = instance.IsNormalized
public:
property bool IsNormalized {
bool get ();
}
member IsNormalized : bool with get
Property Value
Boolean
Remarks
A normalized coordinate has
Longitude between -180 ~ +180,
and
Latitude between -90 ~ 90.
See Also