Companion

object Companion

Functions

create
Link copied to clipboard
fun create(directionsResponse: DirectionsResponse, routeOptions: RouteOptions): List<NavigationRoute>
Creates new instances of NavigationRoute based on the routes found in the directionsResponse.
fun create(directionsResponseJson: String, routeRequestUrl: String): List<NavigationRoute>
Creates new instances of NavigationRoute based on the routes found in the directionsResponseJson.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String