LaneInfoBuilder

Builder of Lane Info: images representing lane information for upcoming maneuvers.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

indicates if this builder is initialized with the current route of the guidance.

Functions

Link copied to clipboard
fun build(instructionIndex: Int): Bitmap?

Build lane information for an instruction of the route

Link copied to clipboard
open override fun dispose()

Internal

Link copied to clipboard
fun initialize(style: LaneInfoStyle, route: Route)

The builder must be initialized before calling build Use it to change the style or the route at any moment.