INAVI Navigation SDK Documents
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
INAVI Navigation SDK Documents
model
/
com.inavisys.navisdk.model.network.search
/
Mapcode
Mapcode
@
Serializable
data
class
Mapcode
(
val
type
:
String
?
=
null
,
val
fullMapcode
:
String
?
=
null
,
val
territory
:
String
?
=
null
,
val
code
:
String
?
=
null
)
Members
Constructors
Mapcode
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
fullMapcode
:
String
?
=
null
,
territory
:
String
?
=
null
,
code
:
String
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
String
?
=
null
full
Mapcode
Link copied to clipboard
val
fullMapcode
:
String
?
=
null
territory
Link copied to clipboard
val
territory
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null