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