Open dkedar opened 5 years ago
For example, if you did: const map = new Maplace(...)
The map instance, i.e new window.google.maps.Map
is placed in map.oMap
, so you would do:
map.oMap.data.loadGeoJson('https://storage.googleapis.com/mapsdevsite/json/google.json')
I want to display locations from Geojson or Json external file on the map with mplace plugin. something like Google Maps Platform, for example please check below code, How to?
Thanks