sdk
sdk
/
com.sygic.sdk.navigation
/
RouteEventNotificationsSettings
/
Direction
Direction
open
class
Direction
:
RouteEventNotificationsSettings
Enables to change some direction settings.
Constructors
Functions
Constructors
Direction
Link copied to clipboard
@
RestrictTo
(
value
=
RestrictTo.Scope.LIBRARY
)
open
fun
Direction
(
)
Functions
get
Next
Direction
Distance
Link copied to clipboard
open
fun
getNextDirectionDistance
(
)
:
Int
Returns the minimum distance between first and second instruction to be notified as one.
reset
To
Default
Link copied to clipboard
open
fun
resetToDefault
(
)
Resets all settings to default.
set
Next
Direction
Distance
Link copied to clipboard
open
fun
setNextDirectionDistance
(
distance
:
Int
)
Sets the minimum distance between first and second instruction to be notified as one.