Minix
5.0.0-alpha
module-data
/
dev.racci.minix.data.serializers.exposed
/
location
location
fun
Entity
<
*
>
.
location
(
column
:
Column
<
String
>
)
:
LocationExposedDelegate
fun
Entity
<
*
>
.
location
(
column
:
Column
<
String
?
>
)
:
LocationExposedDelegateNullable
fun
Entity
<
*
>
.
location
(
worldColumn
:
Column
<
String
>
,
xColumn
:
Column
<
Double
>
,
yColumn
:
Column
<
Double
>
,
zColumn
:
Column
<
Double
>
,
yawColumn
:
Column
<
Float
>
,
pitchColumn
:
Column
<
Float
>
)
:
LocationMultiColumnExposedDelegate