ExpoFP
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ExpoFP
ExpoFP
/
com.expofp.fplan.jsInteraction.model
/
ExpoFpPOISelector
Expo
Fp
POISelector
@
Serializable
data
class
ExpoFpPOISelector
(
val
name
:
String
?
=
null
,
val
externalId
:
String
?
=
null
)
Selector for identifying a POI by name or external ID.
Members
Constructors
Expo
Fp
POISelector
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
externalId
:
String
?
=
null
)
Properties
external
Id
Link copied to clipboard
@
SerialName
(
value
=
"externalId"
)
val
externalId
:
String
?
=
null
External ID.
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
?
=
null
POI name.