toggle menu
Mappedin Android SDK
5.7.2
Mappedin Android SDK
switch theme
search in API
Mappedin Android SDK
/
com.mappedin.sdk.models
/
MPIOfflineSearchSuggestions
MPIOffline
Search
Suggestions
@
Serializable
data
class
MPIOfflineSearchSuggestions
(
val
total
:
Int
,
val
hits
:
List
<
MPIOfflineSearchSuggestion
>
)
Members
Constructors
MPIOffline
Search
Suggestions
Link copied to clipboard
constructor
(
total
:
Int
,
hits
:
List
<
MPIOfflineSearchSuggestion
>
)
Properties
hits
Link copied to clipboard
val
hits
:
List
<
MPIOfflineSearchSuggestion
>
total
Link copied to clipboard
val
total
:
Int