GeoRect class

Прямоугольная область в сферической системе координат (например, WGS84). Данная структура не привязана к конкретной геодезической системе координат.

Available extensions

Constructors

GeoRect({required GeoPoint southWestPoint, required GeoPoint northEastPoint})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
northEastPoint GeoPoint
Северо-восточная точка, правая верхняя граница прямоугольника.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
southWestPoint GeoPoint
Юго-западная точка, левая нижняя граница прямоугольника.
final

Methods

copyWith({GeoPoint? southWestPoint, GeoPoint? northEastPoint}) GeoRect
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