toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-history
/
com.mapbox.nav.gm.history.domain.model
/
FeedbackLocation
Feedback
Location
data
class
FeedbackLocation
(
val
latitude
:
Double
?
,
val
longitude
:
Double
?
,
val
altitude
:
Double
?
)
Members
Constructors
Feedback
Location
Link copied to clipboard
constructor
(
latitude
:
Double
?
,
longitude
:
Double
?
,
altitude
:
Double
?
)
Properties
altitude
Link copied to clipboard
val
altitude
:
Double
?
latitude
Link copied to clipboard
val
latitude
:
Double
?
longitude
Link copied to clipboard
val
longitude
:
Double
?