UNPKG
@indoorequal/vue-maplibre-gl
Version:
latest (8.4.2)
8.4.2
8.4.1
8.4.0
8.3.0
8.2.2
8.2.1
8.2.0
8.1.0
8.0.1
8.0.0
7.7.1
7.7.0
7.6.2
7.6.1
7.6.0
7.5.1
7.5.0
7.4.0
7.3.0
7.2.0
7.1.0
7.0.0
6.4.0
6.3.0
6.2.0
6.1.0
6.0.0
5.0.0
4.3.0
4.2.0
4.1.2
4.1.1
4.0.0
Vue 3 plugin for maplibre-gl
github.com/indoorequal/vue-maplibre-gl
indoorequal/vue-maplibre-gl
@indoorequal/vue-maplibre-gl
/
lib
/
components
/
controls
/
position.enum.ts
9 lines
(7 loc)
•
197 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
enum
Position
{
TOP_LEFT
=
"top-left"
,
TOP_RIGHT
=
"top-right"
,
BOTTOM_LEFT
=
"bottom-left"
,
BOTTOM_RIGHT
=
"bottom-right"
, }
export
const
PositionValues
=
Object
.
values
(
Position
);