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

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Regenerate whenever a change is made

Link copied to clipboard
open override fun hashCode(): Int

Regenerate whenever a change is made

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

Returns a string representation of the object.

Properties

Link copied to clipboard
val isSilent: Boolean
Link copied to clipboard
val point: Point