toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-models
/
com.mapbox.dash.models
/
SearchSuggestItem
/
Point
Point
class
Point
(
val
etaDistance
:
EtaDistance
,
val
searchResultTypes
:
List
<
SearchResultType
>
)
:
SearchSuggestItem.Type
Members
Constructors
Point
Link copied to clipboard
constructor
(
etaDistance
:
EtaDistance
,
searchResultTypes
:
List
<
SearchResultType
>
)
Properties
eta
Distance
Link copied to clipboard
val
etaDistance
:
EtaDistance
search
Result
Types
Link copied to clipboard
val
searchResultTypes
:
List
<
SearchResultType
>