Builder

class Builder

Builder of ManeuverOptions

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

build
Link copied to clipboard
fun build(): ManeuverOptions
Build a new instance of ManeuverOptions
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
filterDuplicateManeuvers
Link copied to clipboard
fun filterDuplicateManeuvers(filterDuplicateManeuvers: Boolean): ManeuverOptions.Builder
Guidance instructions returned by the Mapbox Directions API often have instructions on a route duplicated to control the timing of when to notify the user about details of an upcoming maneuver.
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String