sdk
sdk
/
com.sygic.sdk.route.simulator
/
PositionSimulator
/
SimulatorState
Simulator
State
@
Retention
(
value
=
RetentionPolicy.CLASS
)
annotation class
SimulatorState
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
Closed
Link copied to clipboard
val
Closed
:
Int
=
0
End
Link copied to clipboard
val
End
:
Int
=
4
Paused
Link copied to clipboard
val
Paused
:
Int
=
2
Playing
Link copied to clipboard
val
Playing
:
Int
=
3
Stopped
Link copied to clipboard
val
Stopped
:
Int
=
1