UI Maneuver
/
com.mapbox.navigation.ui.maneuver.model
/
SubManeuverFactory
Sub
Maneuver
Factory
object
SubManeuverFactory
Content copied to clipboard
A factory exposed to build
SubManeuver
object.
Functions
Functions
buildSubManeuver
Link copied to clipboard
@
JvmStatic
()
fun
buildSubManeuver
(id:
String
, text:
String
, type:
String
, degrees:
Double
, modifier:
String
, drivingSide:
String
, componentList:
List
<
Component
>):
SubManeuver
Content copied to clipboard
Build
SubManeuver
given appropriate arguments.
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