PolygonGeographicArea class Core
PolygonGeographicArea object.
- Implemented types
 
Constructors
- 
          PolygonGeographicArea({List<
Coordinates> coordinates = const <Coordinates>[]}) - 
          PolygonGeographicArea.fromJson(Map<
String, dynamic> json) - 
          
            factory
 
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
 - 
  coordinates
  ↔ List<
Coordinates>  - 
  
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setteroverride
 - isDefault → bool
 - 
  Checks if the geographic area has default values.
  no setteroverride
 - 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 point) → 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
 - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  reset(
) → void  - 
  Resets the geographic area object to its default state.
  override
 - 
  toJson(
) → Map< String, dynamic>  - 
  
  override
 - 
  toString(
) → String  - 
  A string representation of this object.
  override
 
Operators
- 
  operator ==(
covariant PolygonGeographicArea other) → bool  - 
  The equality operator.
  override