InstructionPoint

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

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

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

coordinate

GeoPoint from the route polyline.

routeOffset

Distance offset along the route.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard