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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public bool IsNormalized { get; }

Property Value

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