ExpoFP
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ExpoFP
ExpoFP
/
com.expofp.fplan.api.locationProvider.model
/
ExpoFpPosition
Expo
Fp
Position
@
Serializable
data
class
ExpoFpPosition
(
val
x
:
Double
?
=
null
,
val
y
:
Double
?
=
null
,
val
z
:
ExpoFpFloorType
?
=
null
,
val
angle
:
Double
?
=
null
,
val
lat
:
Double
?
=
null
,
val
lng
:
Double
?
=
null
)
Position info
Members
Constructors
Expo
Fp
Position
Link copied to clipboard
constructor
(
x
:
Double
?
=
null
,
y
:
Double
?
=
null
,
z
:
ExpoFpFloorType
?
=
null
,
angle
:
Double
?
=
null
,
lat
:
Double
?
=
null
,
lng
:
Double
?
=
null
)
Properties
angle
Link copied to clipboard
val
angle
:
Double
?
=
null
Dot direction angle
lat
Link copied to clipboard
val
lat
:
Double
?
=
null
Latitude
lng
Link copied to clipboard
val
lng
:
Double
?
=
null
Longitude
x
Link copied to clipboard
val
x
:
Double
?
=
null
X coordinate
y
Link copied to clipboard
val
y
:
Double
?
=
null
Y coordinate
z
Link copied to clipboard
val
z
:
ExpoFpFloorType
?
=
null
Floor index or name