Builder

class Builder(length: Double, startCoordinate: Point, startGeometryIndex: Int, endCoordinate: Point, endGeometryIndex: Int)

Use to create a new instance.

See also

Constructors

Builder
Link copied to clipboard
fun Builder(length: Double, startCoordinate: Point, startGeometryIndex: Int, endCoordinate: Point, endGeometryIndex: Int)

Functions

build
Link copied to clipboard
fun build(): RouteAlertGeometry
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