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?): CountryBorderCrossingAlert.Builder
Add optional geometry if the alert has a length.
build
Link copied to clipboard
fun build(): CountryBorderCrossingAlert
Build the object instance.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
from
Link copied to clipboard
Add the origin administrative info when crossing the country border.
hashCode
Link copied to clipboard
open fun hashCode(): Int
to
Link copied to clipboard
Add the destination administrative info when crossing the country border.
toString
Link copied to clipboard
open fun toString(): String