On Mar 25, 10:20 am, "Tamer Hatoum" <[email protected]> wrote: > Hi: > thanks for your help.. I fixed that isues but I can see the map div with the > controls but no map...
You do appear to be getting a map. There's quite a bit of desert! You do this: load(25.46732,51.236547) where those numbers are x and y respectively, then map.setCenter(new GLatLng(x, y), 17) which centres on Qatar; and then var latlng = new GLatLng(y, x); It would greatly aid debugging if your map variable was global. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
