MapsIndoorsSDK
MapsIndoorsSDK
/
com.mapsindoors.mapssdk
/
Category
Category
open
class
Category
:
MPModelBase
Content copied to clipboard
Author
Daniel Nielsen - Copyright © 2017 MapsPeople A/S. All rights reserved.
Functions
Properties
Functions
get
Field
Link copied to clipboard
@
Nullable
open
fun
getField
(
@
Nullable
key
:
String
)
:
DataField
Content copied to clipboard
An optional space for misc fields
is
Equal
To
Link copied to clipboard
open
fun
isEqualTo
(
@
NonNull
category
:
Category
)
:
Boolean
Content copied to clipboard
open
fun
isEqualTo
(
@
Nullable
name
:
String
)
:
Boolean
Content copied to clipboard
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String
Content copied to clipboard
Properties
fields
Link copied to clipboard
@
SerializedName
(
value
=
"fields"
)
@
Nullable
@get:
Nullable
open
val
fields
:
HashMap
<
String
,
DataField
>
Content copied to clipboard
key
Link copied to clipboard
@
SerializedName
(
value
=
"key"
)
@
NonNull
@get:
NonNull
open
val
key
:
String
Content copied to clipboard
value
Link copied to clipboard
@
SerializedName
(
value
=
"value"
)
@
NonNull
@get:
NonNull
open
val
value
:
String
Content copied to clipboard