HistoryWaypoint

class HistoryWaypoint

Represents a waypoint in the HistoryEventSetRoute event.

Parameters

point

the location coordinate for this waypoint

isSilent

indicates if this waypoint created separate RouteLegs

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Regenerate whenever a change is made
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Regenerate whenever a change is made
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

isSilent
Link copied to clipboard
val isSilent: Boolean
indicates if this waypoint created separate RouteLegs
point
Link copied to clipboard
val point: Point
the location coordinate for this waypoint