DirectionsService

Constructors

Link copied to clipboard
fun DirectionsService(key: String?, mContext: Context)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun query(origin: MPPoint, destination: MPPoint, mpDirectionsConfig: MPDirectionsConfig, onRouteResultListener: OnRouteResultListener)
Link copied to clipboard
fun setQuerySettings(mpDirectionsConfig: MPDirectionsConfig)
Link copied to clipboard
fun testHandleResponse(content: String?, status: Int, listener: OnRouteResultListener)

Properties

Link copied to clipboard
val key: String?