WaypathFloorChangeSegment

A segment of a waypath that represents changing floor

Constructors

Link copied to clipboard
constructor(start: Waypoint, end: Waypoint, options: TurnByTurnDirectionOptions)

Functions

Link copied to clipboard
open fun addSegment(segment: WaypathSegment)
Adds a segment to the end of the current segment
Link copied to clipboard
open fun addWaypoint(wp: Waypoint)
Adds a new waypoint to the end of this segmment
Generates the initial prefix for the direction that tells which direction(s) to turn relative to the previous segment on the path
Link copied to clipboard
Link copied to clipboard
open fun getFloor(): Int
Link copied to clipboard
open fun getFloorId(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getWaypointCount(): Int
Link copied to clipboard
open fun setLandmarks(landmarks: Collection<Waypoint>)
This will be overridden if you call createStepUsingLastSegment
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
open val changeMethod: WaypathFloorChangeMethod
Link copied to clipboard
open val endingFloor: Int
Link copied to clipboard
open var isFirst: Boolean
Link copied to clipboard
open var isLast: Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val startingFloor: Int
Link copied to clipboard