On Nov 24, 1:46 am, Aly Yas <[EMAIL PROTECTED]> wrote:
> i have searched from 2 -3 days for this small issue i.e
>
> issue :whenever i render gmap into a 320x290 size div the PIN is not
> shown inside this map and i have to drag the map manually to find the
> PIN.
>
> i used GLatLngBounds, setCenter, checkResize , panTo
> nothing works in my case.
>
> solution:
> var map_g = new GMap2(document.getElementById("map_pop"),{ size: new
> GSize(320,300) });
You should have searched for upper left hand corner.
The root issue was that the div was either hidden or the DOM was not
completely defined when you initialized the map.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---