RouteRequest

class RouteRequest : Parcelable

Constructors

Link copied to clipboard
fun RouteRequest(evProfile: EVProfile, evPreferences: EVPreferences? = null)
Link copied to clipboard
fun RouteRequest(aetrProfile: AETRProfile)
Link copied to clipboard
fun RouteRequest(guidedRouteProfile: GuidedRouteProfile)
Link copied to clipboard
fun RouteRequest()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun addViaPoint(viaPoint: Waypoint, index: Int = -1)

Adds a via point to the route request.

fun addViaPoint(    geoCoordinates: GeoCoordinates,     customName: String? = null,     index: Int = -1)

Adds a GeoCoordinates as a via point to the route request.

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
fun getViaPoints(): List<Waypoint>
Link copied to clipboard
fun removeAllViaPoints()
Link copied to clipboard
fun removeViaPointAtIndex(index: Int)
Link copied to clipboard
fun setDestination(geoCoordinates: GeoCoordinates, customName: String? = null)
Link copied to clipboard
fun setStart(geoCoordinates: GeoCoordinates, customName: String? = null)
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val aetrProfile: AETRProfile? = null
Link copied to clipboard
var destination: Waypoint? = null
Link copied to clipboard
val evPreferences: EVPreferences? = null
Link copied to clipboard
val evProfile: EVProfile? = null
Link copied to clipboard
val guidedRouteProfile: GuidedRouteProfile? = null
Link copied to clipboard
var routingOptions: RoutingOptions
Link copied to clipboard
var start: Waypoint? = null