GeoPointRouteAttribute class

Контейнер, который описывает точечный атрибут маршрута. Каждый элемент хранится в виде точки на маршруте, в которой этот элемент расположен и значения самого элемента.

Implemented types

Properties

entries List<GeoPointRouteEntry>
Все элементы.
no setter
first GeoPointRouteEntry?
Первый элемент.
no setter
hashCode int
The hash code for this object.
no setteroverride
isEmpty bool
Элементы отсутствуют.
no setter
last GeoPointRouteEntry?
Последний элемент.
no setter
length RouteDistance
Длина маршрута.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
Количество элементов.
no setter

Methods

calculateClosestPoint(GeoPoint point) RoutePoint?
Вычисляет ближайшую точку на маршруте к заданной в географических координатах точке.
calculateGeoPoint(RoutePoint routePoint) SegmentGeoPoint?
Вычисляет GeoPoint по известной RoutePoint.
entriesInRange(RoutePoint begin, RoutePoint end) List<GeoPointRouteEntry>
Элементы, попадающие в отрезок [begin, end).
findNearBackward(RoutePoint point) GeoPointRouteEntry?
Найти ближайший элемент, позиция которого < = point.
findNearForward(RoutePoint point) GeoPointRouteEntry?
Найти ближайший элемент, позиция которого >= point.
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