WemapSDKs
Toggle table of contents
1.0.0-beta.1
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
WemapSDKs
WemapCoreSDK
/
com.getwemap.sdk.core.navigation.manager
/
NavigationEvent
/
Arrived
Arrived
data
class
Arrived
(
val
navigation
:
Navigation
)
:
NavigationEvent
The user arrived at the navigation destination.
Members
Constructors
Arrived
Link copied to clipboard
constructor
(
navigation
:
Navigation
)
Properties
navigation
Link copied to clipboard
open
override
val
navigation
:
Navigation
The
Navigation
this event refers to.