ManeuverArrow

class ManeuverArrow(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

ManeuverArrow
Link copied to clipboard
fun ManeuverArrow(points: List<Point>)
a collection of points defining the arrow

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

points
Link copied to clipboard
val points: List<Point>
a collection of points defining the arrow