BicycleWayPoint constructor

BicycleWayPoint(
  1. Point position,
  2. Point? selectedArrivalPoint
)

Implementation

factory BicycleWayPoint(mapkit_geometry_point.Point position,
        mapkit_geometry_point.Point? selectedArrivalPoint) =>
    BicycleWayPointImpl(position, selectedArrivalPoint);