CarPlaceSearchOptions

class CarPlaceSearchOptions

Options for the Car Mapbox Place Search.

Parameters

accessToken

place search access token. If null the navigation access token is used.

Types

Link copied to clipboard
class Builder

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Regenerate whenever a change is made

Link copied to clipboard
open override fun hashCode(): Int

Regenerate whenever a change is made

Link copied to clipboard
fun toBuilder(): CarPlaceSearchOptions.Builder

Get a builder to customize a subset of current options.

Link copied to clipboard
open override fun toString(): String

Regenerate whenever a change is made

Properties

Link copied to clipboard
val accessToken: String?