MapDirectionStep

open class MapDirectionStep

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

Since

1.0.0

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

Properties

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

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