meteor-google-maps
meteor-google-maps copied to clipboard
🗺 Meteor package for the Google Maps Javascript API v3
I'm trying to run the Reactive geolocation example. When i do: `meteor run ios` , then In the simulator The map shows up correctly for about 8 seconds and then...
Hi im using iron router to load a template than contains a GoogleMap, it works perfectly the first time you navigate to the the route, but when access again, the...
In mobile-config.js, we have: ``` App.accessRule("*.google.com/*"); App.accessRule("*.googleapis.com/*"); App.accessRule("*.gstatic.com/*"); ``` And yet, this: ``` Tracker.autorun(() => { if (GoogleMaps.loaded()) { geocoder.set(new google.maps.Geocoder()); } }); ``` yields the following stack: (anonymous function)...
Could example with `Vue JS`?
Hi, I've noticed (yep, some time since last time I used this package!) that clusterer icons are not loading ok due to urls pointing to old repository (on Google Code...
I am using react as front end, is it possible to use with reactJS
In dev browser they load fine but in ios sim/device they do not, I have set my mobile-config.js in the root of my project to have: ``` App.accessRule('*.google.com/*'); App.accessRule('*.googleapis.com/*'); App.accessRule('*.gstatic.com/*');...
Hi, Hi I have tried the example from the following link http://meteorcapture.com/how-to-create-a-reactive-google-map/, and I also tried the demo package but I still get the follwoing error: Refused to load the...