Click or drag to resize

GeoCoordinateRectangleIsNormalizable Property

This is preliminary documentation and is subject to change.

Gets a value that indicates whether the current rectangle instance is normalizable.

Namespace: WikiClientLibrary
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public bool IsNormalizable { get; }

Property Value

Boolean
Remarks
A normalizable rectangle should have Top between n*360 + (-90 ~ +90) and Bottom less than or equal to n*360 + 90.
See Also