Hello,
is it possible to get the current zoom level from a gmap object? I can do ‘my_gmap.map_options.zoom’ but this is the zoom level that was initially passed. When the user zooms using e.g. ‘wheel_zoom’ the zoom level change isn’t reflected in map_options.zoom. Same for long/lat, is there a way to access the current lat/long which the map is centered on?
Johannes