Destination

fun Destination(    id: RoutePointId,     place: Place,     navigableCoordinates: List<GeoCoordinate>,     routeOffset: Distance,     roadSide: RoadSide? = null,     arrivalEnergy: Energy? = null,     sourceType: RoutePoint.SourceType = RoutePoint.SourceType.USER_DEFINED,     chargingInformation: ChargingInformation? = null)