Get the bounding box.
A RectangleGeographicArea representing the bounding box
Retrieves the center point of the geographic area.
Coordinates object representing the center point of the area.
Checks if the geographic area has default values.
true if the area has default values, false otherwise.
Checks if the geographic area is empty.
true if the area is empty, false otherwise.
Retrieves the specific type of the geographic area.
The GeographicAreaType of the area.
Checks if the specified point is contained within the geographic area.
A Coordinates object representing the point to check.
True if the point is within the geographic area, false otherwise.
Converts the tile collection to another geographic area type, if possible.
The GeographicAreaType to convert to.
A GeographicArea object representing the converted area, or null if the conversion failed.
ProtectedregisterRegisters an object for auto release. When the object is not used anymore, it will be released automatically from C++.
The pointer ID to register
Resets the tile collection to default state. Note: Reset does not persist the changes to the platform.
Convert to JSON representation
StaticinitInternalInitialize from pointer ID
The pointer ID
A new TilesCollectionGeographicArea instance
TilesCollectionGeographicArea object.