TomtomRoutingRepository

class TomtomRoutingRepository(val context: Context) : RoutingRepository

Implementation of Routing using Tomtom's API.

Constructors

Link copied to clipboard
fun TomtomRoutingRepository(context: Context)

Functions

Link copied to clipboard
open override fun calculateRoute(from: LatLng, to: LatLng): RoutePlan?
Link copied to clipboard
open override fun calculateRouteFromWaypoints(locations: List<LatLng>): RoutePlan?

Properties

Link copied to clipboard
val context: Context