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

Is there functionality to shift the center of the map on load? #288

Closed cameronkendall closed 11 years ago

cameronkendall commented 11 years ago

I want to be able to overlay a navigation side bar on top of a map so I need to be able to shift the center focus of the map about 300 pixels to the right on map creation. Is this possible with this gem? I wasn't able to find any info about this anywhere.

Thanks!

apneadiving commented 11 years ago

The gem is just a wrapper, you've full access to the google's map object see here.

In your map's callback, use panBy described here

Next time please ask questions on stakoverflow