meteor-google-maps icon indicating copy to clipboard operation
meteor-google-maps copied to clipboard

🗺 Meteor package for the Google Maps Javascript API v3

Results 11 meteor-google-maps issues
Sort by recently updated
recently updated
newest added

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...

question

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

question

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/*');...

bug

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...

It would be ideal to have some tests.

enhancement
help wanted