PolygonGeometry class
Полигон.
- Inheritance
- Implemented types
Constructors
- 
          PolygonGeometry(List<List< contours)GeoPoint> >
- 
          
            factory
Properties
- bounds → GeoRect
- 
  Прямоугольник минимального размера, содержащий геометрию.
  no setterinherited
- 
  contours
  → List<List< GeoPoint> >
- 
  
  no setter
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- kind → GeometryKind
- 
  
  no setterinherited
- maxPoint → GeoPoint
- 
  Максимальная точка ограничивающего прямоугольника.
  no setterinherited
- minPoint → GeoPoint
- 
  Минимальнная точка ограничивающего прямоугольника.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  intersects(Geometry geometry) → bool 
- 
  Функция intersects позволяет определить, имеет ли данная геометрия
пересечение с другим объектом геометрии
  inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  override