RoutePlace constructor

RoutePlace(
  1. RoutePlaceType type,
  2. GeoCoordinates mapMatchedCoordinates
)

Creates a new instance.

  • type The type of the route place.
  • mapMatchedCoordinates Map-matched geographic coordinates.

Implementation

RoutePlace(this.type, this.mapMatchedCoordinates)
    : waypointIndex = null, originalCoordinates = null, displayCoordinates = null, chargeInKilowattHours = null, chargingStation = null, name = null, id = null, platform = null, sideOfDestination = null, _indoorLocation = null;