sdk
sdk
/
com.sygic.sdk.navigation
/
NavigationManager
/
RouteRecomputeStatus
Route
Recompute
Status
annotation class
RouteRecomputeStatus
Functions
Properties
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
Properties
Computing
Link copied to clipboard
val
Computing
:
Int
=
1
Failed
Link copied to clipboard
val
Failed
:
Int
=
3
Finished
Link copied to clipboard
val
Finished
:
Int
=
2
Started
Link copied to clipboard
val
Started
:
Int
=
0