MapDirectionStep

open class MapDirectionStep

Model that represents a particular leg or step in a waypath.

Constructors

Link copied to clipboard
constructor(htmlDirections: String, segment: WaypathSegment)
Create a new MapDirection with a default direction indicator of MapDirectionsIcon.
constructor(htmlDirections: String, segment: WaypathSegment, directionIndicator: MapDirectionsIcon)
Create a new MapDirection with the specified direction indicator

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
open var distance: String
Link copied to clipboard
Link copied to clipboard