TilesCollectionGeographicArea class Core

TilesCollectionGeographicArea object.

Implemented types

Constructors

TilesCollectionGeographicArea.init(int id)

Properties

boundingBox RectangleGeographicArea
Get the bounding box. This is the smallest rectangle that can be drawn around the area such that it surrounds this geographic area completely.
no setteroverride
centerPoint Coordinates
Retrieves the center point of the geographic area. Calculates and returns the geographic center of the area.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
Checks if the geographic area is empty.
no setteroverride
pointerId int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type GeographicAreaType
Retrieves the specific type of the geographic area.
no setteroverride

Methods

containsCoordinates(Coordinates coords) bool
Checks if the specified point is contained within the geographic area.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAutoReleaseObject(int pointerId) → void
Registers an object for auto release.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited