InstructionPoint

class InstructionPoint(val coordinate: GeoPoint, val routeOffset: Distance)

Represents Instruction GeoPoints together with its distance offset along the route.

Parameters

coordinate

GeoPoint from the route polyline.

routeOffset

Distance offset along the route.

Constructors

Link copied to clipboard
constructor(coordinate: GeoPoint, routeOffset: Distance)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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