PointGeometry class
Точка.
- Inheritance
- Implemented types
Constructors
- PointGeometry(GeoPoint point)
-
factory
- PointGeometry.fromGeoPointWithElevation(GeoPointWithElevation point)
-
factory
Properties
- bounds → GeoRect
-
Прямоугольник минимального размера, содержащий геометрию.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setteroverride
- kind → GeometryKind
-
no setterinherited
- maxPoint → GeoPoint
-
Максимальная точка ограничивающего прямоугольника.
no setterinherited
- minPoint → GeoPoint
-
Минимальнная точка ограничивающего прямоугольника.
no setterinherited
- point → PointGeometryData
-
no setter
- 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