CalloutMapPosition class
Положение бабла маршрута.
Constructors
- CalloutMapPosition({required MapId mapId, required GeoPoint? calloutPosition, required RoutePoint? routePoint})
- 
          
            const
Properties
- calloutPosition → 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, Optional< GeoPoint?> ? calloutPosition, Optional<RoutePoint?> ? routePoint}) → CalloutMapPosition
- 
  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