map-service
Toggle table of contents
1.0.7
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
map-service
map-service
/
io.energyconsumptionoptimizer.mapservice.storage.mongodb.documents
Package-level
declarations
Types
Types
Floor
Plan
Document
Link copied to clipboard
@
Serializable
data
class
FloorPlanDocument
(
val
_id
:
String
?
=
null
,
val
svgContent
:
String
)
Point
Document
Link copied to clipboard
@
Serializable
data
class
PointDocument
(
val
x
:
Double
,
val
y
:
Double
)
Smart
Furniture
Hookup
Document
Link copied to clipboard
@
Serializable
data
class
SmartFurnitureHookupDocument
(
val
_id
:
String
,
val
position
:
PointDocument
,
val
zoneID
:
String
?
)
Zone
Document
Link copied to clipboard
@
Serializable
data
class
ZoneDocument
(
val
_id
:
String
,
val
name
:
String
,
val
color
:
String
,
val
vertices
:
List
<
PointDocument
>
)