SignPostBuilder

Builder of SignPosts: images representing real sign posts on the road.

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, onlyValidSigns: Boolean = true): Bitmap?

Build an instruction of the route

Link copied to clipboard
open override fun dispose()

Internal

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

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