Click or drag to resize

GeoCoordinateIsNormalized Property

This is preliminary documentation and is subject to change.

Determines whether the current coordinates is normalized.

Namespace: WikiClientLibrary
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax
public bool IsNormalized { get; }

Property Value

Boolean
Remarks
A normalized coordinate has Longitude between -180 ~ +180, and Latitude between -90 ~ 90.
See Also