toggle menu
Mappedin Android SDK
5.7.2
Mappedin Android SDK
switch theme
search in API
Mappedin Android SDK
/
com.mappedin.sdk.models
/
MPISearchResultInternal
MPISearch
Result
Internal
@
Serializable
data
class
MPISearchResultInternal
(
val
score
:
Float
,
val
type
:
String
,
val
matches
:
List
<
MPIOfflineSearchMatch
>
,
val
_object
:
MPISearchResultObject
)
Members
Constructors
MPISearch
Result
Internal
Link copied to clipboard
constructor
(
score
:
Float
,
type
:
String
,
matches
:
List
<
MPIOfflineSearchMatch
>
,
_object
:
MPISearchResultObject
)
Properties
_object
Link copied to clipboard
val
_object
:
MPISearchResultObject
matches
Link copied to clipboard
val
matches
:
List
<
MPIOfflineSearchMatch
>
score
Link copied to clipboard
val
score
:
Float
type
Link copied to clipboard
val
type
:
String