ExpoFP
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ExpoFP
ExpoFP
/
com.expofp.fplan.jsInteraction.model
/
ExpoFpPoint
Expo
Fp
Point
@
Serializable
data
class
ExpoFpPoint
(
val
x
:
Double
,
val
y
:
Double
,
val
layer
:
String
?
=
null
)
Point on floor plan
Members
Constructors
Expo
Fp
Point
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
,
layer
:
String
?
=
null
)
Properties
layer
Link copied to clipboard
@
SerialName
(
value
=
"layer"
)
val
layer
:
String
?
=
null
Layer
x
Link copied to clipboard
@
SerialName
(
value
=
"x"
)
val
x
:
Double
X coordinate
y
Link copied to clipboard
@
SerialName
(
value
=
"y"
)
val
y
:
Double
Y coordinate