LanesCalloutMapPosition class

Положение бабла полосности для маршрута.

Constructors

LanesCalloutMapPosition({required MapId mapId, required RoutePoint routePoint, required GeoPoint geoPoint})
const

Properties

geoPoint GeoPoint
Позиция бабла полосности на карте.
final
hashCode int
The hash code for this object.
no setteroverride
mapId MapId
Идентификатор карты, для которой приведена позиция.
final
routePoint RoutePoint
Позиция бабла полосности на маршруте.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({MapId? mapId, RoutePoint? routePoint, GeoPoint? geoPoint}) LanesCalloutMapPosition
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