ManeuverArrow

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.

Parameters

points

a collection of points defining the arrow

Constructors

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

Properties

Link copied to clipboard
val points: List<Point>