UNPKG
go-jsbox-location
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.2.0-alpha.1
0.1.2
0.1.1
0.1.0
A location addon for jsbox
github.com/praekelt/go-jsbox-location
praekelt/go-jsbox-location
go-jsbox-location
/
lib
/
providers
/
index.js
4 lines
(3 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
this.utils
= require(
'./utils'
)
;
this.googlemaps
= require(
'./googlemaps'
)
;
this.openstreetmap
= require(
'./openstreetmap'
)
;