On Dec 16, 12:27 pm, "[email protected]" <[email protected]> wrote: > Map is not displaying but satellite images are: > > http://mysecretrendezvous.net/guestmap.php
I think you will find the map is displaying. Zoom out a few levels. This line: map.setCenter(new GLatLng(22.59372606392931,-11.25), 10); //long,lat indicates that your coordinate values may be the wrong way round. GLatLng takes lat and long in that order, as the name implies. 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 -~----------~----~----~----~------~----~------~--~---
