MapRouteLineInitializedCallback

interface MapRouteLineInitializedCallback

A call back that can be used to indicate that the route line layers have been added to the current style.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onInitialized
Link copied to clipboard
abstract fun onInitialized(routeLineLayerIds: RouteLineLayerIds)
This will be called to indicate that the route line layers have been added to the current style.
toString
Link copied to clipboard
open fun toString(): String