Base
/
com.mapbox.navigation.base.trip.model.alert
/
RouteAlertGeometry
/
Builder
Builder
class
Builder
(length:
Double
, startCoordinate:
Point
, startGeometryIndex:
Int
, endCoordinate:
Point
, endGeometryIndex:
Int
)
Content copied to clipboard
Use to create a new instance.
Constructors
Functions
See also
See also
com.mapbox.navigation.base.trip.model.alert.RouteAlertGeometry
Constructors
Builder
Link copied to clipboard
fun
Builder
(length:
Double
, startCoordinate:
Point
, startGeometryIndex:
Int
, endCoordinate:
Point
, endGeometryIndex:
Int
)
Content copied to clipboard
Functions
build
Link copied to clipboard
fun
build
():
RouteAlertGeometry
Content copied to clipboard
Build the object instance.
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard