[Google Maps API v3] loading google map without onload initialize() method

2011-04-27 Thread Par@$har Ranade
hi , i am integrating google maps in my rails application. i am able to load google map on new page but if i try to render map into partial view its not showing anything .. its because initialize() method in boddy onload is not getting called... is there anyway where i can skip this onload eve

Re: [Google Maps API v3] Re: loading google map without onload initialize() method

2011-04-27 Thread Par@$har Ranade
i tried it directly calling that method bot still its not getting called .. On Wed, Apr 27, 2011 at 1:55 PM, Rossko wrote: > > its because initialize() method in boddy onload is not getting called... > > So, make some other way to call initialize()? It's only a javascript > function. > > -- > Y