LegWaypoint

class LegWaypoint

The class contains information about a waypoint which breaks the route into legs (not the silent one).

Parameters

location

waypoint location provided in the route request via coordinates parameter.

name

waypoint name provided in the route request via waypoint_names parameter.

target

waypoint target provided in the route request via waypoint_targets parameter.

type

waypoint type (see Type]).

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Leg waypoint type

Functions

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

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
val location: Point
Link copied to clipboard
val name: String
Link copied to clipboard
val target: Point?
Link copied to clipboard
val type: String