TilesCollectionGeographicArea class Core
TilesCollectionGeographicArea object.
- Implemented types
Properties
- boundingBox → RectangleGeographicArea
- 
  Returns the bounding box of the area.
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
- isDefault → bool
- 
  Checks if the geographic area has default values.
  no setteroverride
- pointerId → int
- 
  
  no setterinherited
- 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
- 
  convert(GeographicAreaType toType) → GeographicArea? 
- 
  Converts the geographic area to another type, if possible.
  override
- 
  dispose() → void 
- 
  
  inherited
- 
  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
- 
  reset() → void 
- 
  Reset does not persist the changes to the platform.
  override
- 
  toJson() → Map< String, dynamic> 
- 
  
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited