Builder

class Builder(context: Context)

Builder of LocationPuckOptions

Constructors

Link copied to clipboard
fun Builder(context: Context)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun activeNavigationPuck(activeNavigationPuck: LocationPuck): LocationPuckOptions.Builder

Apply LocationPuck2D or LocationPuck3D to location puck in active navigation state

Link copied to clipboard
fun arrivalPuck(arrivalPuck: LocationPuck): LocationPuckOptions.Builder

Apply LocationPuck2D or LocationPuck3D to location puck in arrival state

Link copied to clipboard
fun build(): LocationPuckOptions

Build a new instance of LocationPuckOptions

Link copied to clipboard
fun defaultPuck(defaultPuck: LocationPuck): LocationPuckOptions.Builder

Apply the same LocationPuck2D or LocationPuck3D to location puck in all different navigation states

Link copied to clipboard
fun destinationPreviewPuck(destinationPreviewPuck: LocationPuck): LocationPuckOptions.Builder

Apply LocationPuck2D or LocationPuck3D to location puck in destination preview state

Link copied to clipboard
fun freeDrivePuck(freeDrivePuck: LocationPuck): LocationPuckOptions.Builder

Apply LocationPuck2D or LocationPuck3D to location puck in free drive state

Link copied to clipboard
fun routePreviewPuck(routePreviewPuck: LocationPuck): LocationPuckOptions.Builder

Apply LocationPuck2D or LocationPuck3D to location puck in route preview state