Package com.mapbox.navigation.ui.maps.route.arrow.model

Types

Link copied to clipboard
class ArrowAddedValue

Represents the data for rendering the adding of route arrow(s)

Link copied to clipboard
class ArrowVisibilityChangeValue

Represents data for rendering visibility changes.

Link copied to clipboard
class ClearArrowsValue

Represents the data for rendering the clearing of route arrow(s)

Link copied to clipboard
class InvalidPointError(val errorMessage: String, val throwable: Throwable?)

Represents an error indicating the points provided are invalid.

Link copied to clipboard
class ManeuverArrow(val points: List<Point>)

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
class RemoveArrowValue

Represents the data for rendering the removal of route arrow(s)

Link copied to clipboard
class RouteArrowOptions

Options for determining the appearance of maneuver arrow(s)

Link copied to clipboard
class UpdateManeuverArrowValue

Represents the data for rendering the maneuver arrow update