MapboxLaneIconsApi

class MapboxLaneIconsApi

MapboxLaneIconsApi allows you to request the lane icon from LaneIndicator in the form of vector drawables which can then be styled and rendered using MapboxLaneGuidance or your own custom view.

Parameters

laneIconProcessor

LaneIconProcessor

Constructors

MapboxLaneIconsApi
Link copied to clipboard
fun MapboxLaneIconsApi(laneIconResources: LaneIconResources = LaneIconResources.Builder().build())

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getTurnLane
Link copied to clipboard
fun getTurnLane(laneIndicator: LaneIndicator): LaneIcon
Provide a styleable vector drawable resource of the lane indicator.
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String