On Aug 3, 11:40 am, duranium <[email protected]> wrote:
>
> 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);
> }

Is that really your code? If there is a point, do nothing; but if
there is not a point, attempt to use it?

The API locates your address at 54.139858,10.608601.

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