| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
BooleanRemarks
A normalized coordinate has
Longitude between -180 ~ +180,
and
Latitude between -90 ~ 90.
See Also