RouteSearchPoint class

Описание точек, по которым строится маршрут.

Constructors

RouteSearchPoint({required GeoPoint coordinates, Bearing? course = null, DgisObjectId objectId = const DgisObjectId(objectId: 0, entranceId: 0), LevelId? levelId = null})
const

Properties

coordinates GeoPoint
Координаты, через которые нужно проложить маршрут.
final
course Bearing?
Направление, в котором нужно преодолеть точку.
final
hashCode int
The hash code for this object.
no setteroverride
levelId LevelId?
Идентификатор этажного плана (для пешеходных маршрутов).
final
objectId DgisObjectId
ID объекта, до которого будет проложена пешеходная часть маршрута.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({GeoPoint? coordinates, Optional<Bearing?>? course, DgisObjectId? objectId, Optional<LevelId?>? levelId}) RouteSearchPoint
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