UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
views
/
3d
/
layers
/
graphics
/
Graphics3DObjectMetadata.js
3 lines
(1 loc)
•
169 B
JavaScript
View Raw
1
2
3
import
{unwrapOr
as
t}
from
"../../../../core/maybe.js"
;
class
e
{
constructor
(
e,o=
null
){
this
.
labelText
=o,
this
.
elevationOffset
=
t
(e,
0
)}}
export
{e
as
Graphics3DObjectMetadata
};