Base
/
com.mapbox.navigation.base.road.model
/
Road
androidJvm
Road
class
Road
Content copied to clipboard
Object that holds road properties
Functions
Properties
Functions
equals
Link copied to clipboard
androidJvm
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
Indicates whether some other object is "equal to" this one.
hashCode
Link copied to clipboard
androidJvm
open override fun
hashCode
():
Int
Content copied to clipboard
Returns a hash code value for the object.
toString
Link copied to clipboard
androidJvm
open override fun
toString
():
String
Content copied to clipboard
Returns a string representation of the object.
Properties
components
Link copied to clipboard
androidJvm
val
components
:
List
<
RoadComponent
>
Content copied to clipboard
list of the
RoadComponent
name
Link copied to clipboard
androidJvm
val
name
:
String
? = null
Content copied to clipboard
of the road if available otherwise null
shieldName
Link copied to clipboard
androidJvm
val
shieldName
:
String
? = null
Content copied to clipboard
name of the route shield if available otherwise null
shieldUrl
Link copied to clipboard
androidJvm
val
shieldUrl
:
String
? = null
Content copied to clipboard
url for the route shield if available otherwise null