PathMetadata

open class PathMetadata

This class represents the different additional data about individual path sections in a Waypath.

Constructors

Link copied to clipboard
constructor(waypointOne: Waypoint, waypointTwo: Waypoint, description: String, descriptionOne: String, descriptionTwo: String)
Designated constructor
constructor(waypointOne: Waypoint, waypointTwo: Waypoint)

Functions

Link copied to clipboard
open fun getHeading(): Double
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setCanBeAutolabeled(canBeAutolabeled: Boolean)
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var labeledBy: IPathLabeler
Link copied to clipboard
open var pathId: String
Link copied to clipboard