Hi guys,

i have some problems with the function getLatLng(). i'm looking for
some addresses, but the function didn't resolve these addresses
correctly. when i'm searching at maps.google.com manually, the address
works.

here my code:
address = "Holstenweg 6 23701 Eutin Deutschland";
GC.getLatLng(address , function(point) {
                                if (point) {
                                        //alert ("null");
                                }
                                else {
                                        map.setCenter(new GLatLng(51.420877, 
10.229416), 5);
                                        var marker = new GMarker(point);
                                        setMarkerText(marker, "blub");
                                        map.addOverlay(marker);
                                }
                        );

if anybody has an idea to solve this problem, let me know.

thanks,
duranium

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