apneadiving / Google-Maps-for-Rails

Enables easy Google map + overlays creation in Ruby apps
https://apneadiving.github.io/
MIT License
2.26k stars 382 forks source link

how to get data of the whole markers or infowindows in the maps after zoom #407

Closed GuoYangguang closed 10 years ago

GuoYangguang commented 10 years ago

After zoom the map, the number of markers or infowindowds in the maps change, how to get data of the whole markers or infowindows in a callback? I have studied it long time, could you help me? Thanks, :)

apneadiving commented 10 years ago

I dont understand your question.

GuoYangguang commented 10 years ago

@apneadiving, thanks, :). There are 5 markers in the map, when zoom the map, there are 3 markers in the map, in a callback, read those 3 markers, when zoom the map, there are 2 markers in the map, in a callback, read those 2 markers.....

apneadiving commented 10 years ago

I dont understand

Sent from my iPhone

On 9 déc. 2013, at 11:02, GuoYangguang notifications@github.com wrote:

@apneadiving, thanks, :). There are 5 markers in the map, when zoom the map, there are 3 markers in the map, in a callback, read those 3 markers, when zoom the map, there are 2 markers in the map, in a callback, read those 2 markers.....

— Reply to this email directly or view it on GitHub.

apneadiving commented 10 years ago

I dont understand what you want, anyway, ask questions on stackoverflow please.

GuoYangguang commented 10 years ago

thanks, apneadiving