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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
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