MapWayName

open class MapWayName

Constructors

MapWayName
Link copied to clipboard
open fun MapWayName(featureInteractor: WaynameFeatureFinder, paddingAdjustor: MapPaddingAdjustor)

Functions

addOnWayNameChangedListener
Link copied to clipboard
open fun addOnWayNameChangedListener(listener: OnWayNameChangedListener): Boolean
addProgressChangeListener
Link copied to clipboard
open fun addProgressChangeListener(navigation: MapboxNavigation)
onStart
Link copied to clipboard
open fun onStart()
onStop
Link copied to clipboard
open fun onStop()
removeOnWayNameChangedListener
Link copied to clipboard
open fun removeOnWayNameChangedListener(listener: OnWayNameChangedListener): Boolean
removeProgressChangeListener
Link copied to clipboard
open fun removeProgressChangeListener()
updateLocation
Link copied to clipboard
open fun updateLocation(currentLocation: Location)
updateProgress
Link copied to clipboard
open fun updateProgress(currentStepPoints: List<Point>)
updateWayNameQueryMap
Link copied to clipboard
open fun updateWayNameQueryMap(isEnabled: Boolean)
updateWayNameWithPoint
Link copied to clipboard
open fun updateWayNameWithPoint(point: PointF)