Package com.mapbox.navigation.ui.maps.route.arrow.model
Types
Link copied to clipboard
Represents the data for rendering the adding of route arrow(s)
Link copied to clipboard
Represents data for rendering visibility changes.
Link copied to clipboard
Represents the data for rendering the clearing of route arrow(s)
Link copied to clipboard
class InvalidPointError(val errorMessage: String, val throwable: Throwable?)
Content copied to clipboard
Represents an error indicating the points provided are invalid.
Link copied to clipboard
Represents a maneuver arrow that can be added to the map during navigation. An arrow is made up of two or more points. The arrowhead will be placed at the last point in the collection. The direction of the arrowhead will be calculated based on the bearing from the second to last point to the last point.
Link copied to clipboard
Represents the data for rendering the removal of route arrow(s)
Link copied to clipboard
Options for determining the appearance of maneuver arrow(s)
Link copied to clipboard
Represents the data for rendering the maneuver arrow update