OnboardRouterOptions

class OnboardRouterOptions

Defines options for on-board router. These options enable a feature also known as Free Drive. This allows the navigator to map-match your location onto the road network without a route.

Parameters

tilesUri

tiles endpoint

tilesVersion

version of tiles

filePath

used for storing road network tiles

Types

Builder
Link copied to clipboard
class Builder

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Regenerate whenever a change is made
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Regenerate whenever a change is made
toBuilder
Link copied to clipboard
fun toBuilder(): OnboardRouterOptions.Builder
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

filePath
Link copied to clipboard
val filePath: String?
used for storing road network tiles
tilesUri
Link copied to clipboard
val tilesUri: URI
tiles endpoint
tilesVersion
Link copied to clipboard
val tilesVersion: String
version of tiles