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?): TollCollectionAlert.Builder
Add optional geometry if the alert has a length.
build
Link copied to clipboard
fun build(): TollCollectionAlert
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
tollCollectionType
Link copied to clipboard
fun tollCollectionType(tollCollectionType: Int): TollCollectionAlert.Builder
Sets information about a toll collection point.
toString
Link copied to clipboard
open fun toString(): String