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?): RestrictedAreaAlert.Builder
Add optional geometry if the alert has a length.
build
Link copied to clipboard
fun build(): RestrictedAreaAlert
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
toString
Link copied to clipboard
open fun toString(): String