Builder

class Builder(coordinate: Point, distance: Double)

Use to create a new instance.

See also

Constructors

Builder
Link copied to clipboard
fun Builder(coordinate: Point, distance: Double)

Functions

alertGeometry
Link copied to clipboard
fun alertGeometry(alertGeometry: RouteAlertGeometry?): RestStopAlert.Builder
Add optional geometry if the alert has a length.
build
Link copied to clipboard
fun build(): RestStopAlert
Build the object instance.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
restStopType
Link copied to clipboard
fun restStopType(restStopType: Int): RestStopAlert.Builder
Sets information about a rest stop.
toString
Link copied to clipboard
open fun toString(): String