ExpoFP
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ExpoFP
ExpoFP
/
com.expofp.fplan.jsInteraction.model
/
ExpoFpPOISelectors
Expo
Fp
POISelectors
@
Serializable
data
class
ExpoFpPOISelectors
(
val
booths
:
List
<
ExpoFpPOISelector
>
?
=
null
,
val
exhibitors
:
List
<
ExpoFpPOISelector
>
?
=
null
)
Container for POI selectors used by zoomTo.
Members
Constructors
Expo
Fp
POISelectors
Link copied to clipboard
constructor
(
booths
:
List
<
ExpoFpPOISelector
>
?
=
null
,
exhibitors
:
List
<
ExpoFpPOISelector
>
?
=
null
)
Properties
booths
Link copied to clipboard
@
SerialName
(
value
=
"booths"
)
val
booths
:
List
<
ExpoFpPOISelector
>
?
=
null
Booth selectors.
exhibitors
Link copied to clipboard
@
SerialName
(
value
=
"exhibitors"
)
val
exhibitors
:
List
<
ExpoFpPOISelector
>
?
=
null
Exhibitor selectors.