On Oct 31, 10:33 am, goalsurfer <[EMAIL PROTECTED]> wrote:
> Here you have the "hello world" of the google map coding.

Why give a listing which is mangled? Just give a link.

> map.setCenter(new GLatLng(37.4419, -122.1419), 13);
>
> I replaced the latitudes "(37.4419, -122.1419), 13);"
> by   "(3.3333, 6.6667), 13); ", but got nothing at all on my map.  I
> took a point in an atlas which I calculated to degrees with unity 100.
> After that I reput the original values and there was the map back!

I have no idea what you mean by "calculated to degrees with unity 100"
I'm afraid, but I suppose you had
 map.setCenter(new GLatLng(3.3333, 6.6667), 13);

Where is latitude 3.3, longitude 6.6? I reckon it's in the sea off the
coast of Nigeria. What you saw was not "no map" but a map of the
Atlantic Ocean.

I do recommend reading all the text with the examples, and the
documentation, and Mike's tutorial http://econym.org.uk/gmap/ and the
posting guidelines 
http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines
which are there to help us to help you.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to