toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-search
/
com.mapbox.dash.sdk.search.data
/
RequestType
Request
Type
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
sealed
class
RequestType
Inheritors
ReverseGeocoding
Search
CategorySearch
SelectSuggestion
Retrieve
Members
Types
Category
Search
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
CategorySearch
(
val
query
:
String
)
:
RequestType
Retrieve
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
Retrieve
(
val
mapboxId
:
String
)
:
RequestType
Reverse
Geocoding
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
ReverseGeocoding
(
val
point
:
Point
)
:
RequestType
Search
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
Search
(
val
query
:
String
)
:
RequestType
Select
Suggestion
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
SelectSuggestion
(
val
suggestion
:
DashSearchSuggestion
)
:
RequestType