MapsIndoorsAndroid
MapsIndoorsSDK
/
com.mapsindoors.core.models
/
MPMapStyle
MPMap
Style
open
class
MPMapStyle
Constructors
Functions
Properties
Constructors
MPMap
Style
Link copied to clipboard
open
fun
MPMapStyle
(
@
NonNull
folder
:
String
,
@
NonNull
displayName
:
String
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
@
Nullable
obj
:
Any
)
:
Boolean
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String
Properties
display
Name
Link copied to clipboard
@
SerializedName
(
value
=
"displayName"
)
@
NonNull
@get:
NonNull
open
var
displayName
:
String
folder
Link copied to clipboard
@
SerializedName
(
value
=
"folder"
)
@
NonNull
@get:
NonNull
open
var
folder
:
String