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
/
SubPOIObj
Sub
POIObj
@
Serializable
data
class
SubPOIObj
(
var
count
:
Int
=
0
,
var
poi
:
ArrayList
<
POIBaseObj
>
?
=
null
)
Members
Constructors
Sub
POIObj
Link copied to clipboard
constructor
(
count
:
Int
=
0
,
poi
:
ArrayList
<
POIBaseObj
>
?
=
null
)
Properties
count
Link copied to clipboard
var
count
:
Int
poi
Link copied to clipboard
var
poi
:
ArrayList
<
POIBaseObj
>
?