Hi,
I am admit-tingly a noob in this maps javascript API thing, but I'm
pretty much having a problem with the very basics:

While I can display a map of Israel, with Hebrew city/street names:
http://maps.google.com/?hl=iw&ie=UTF8&ll=32.226743,34.747009&spn=2.183969,2.69989&z=9

 I'm am having problems in getting the same map displayed through the
GMaps API
with the GMap2 object:
If I use:
        var map = new GMap2(document.getElementById("map_canvas"));
        map.setCenter(new GLatLng(32.226743,34.747009), 13);
        map.setUIToDefault()

I get a very non descriptive map of the area, no city names, street
names and so on.

Can anyone tell me what am I doing wrong?


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