wrote:
> On 10 June 2011 21:51, Bas Debie wrote:
>
>
>
> > Sometimes it returns error: Message: Invalid argument.
> > Sometimes instead: Message: Unspecified error.
>
> I found this:
> position: new google.maps.LatLng(v.lat,v.lng),
> where v.lat and v.lng
Hi,
My page has error with maps api 3
http://www.ecompanies.nl/pilot/webdesign/breda.html
Found similar threads but was not able to fix this..
In all browsers it works, in IE markers don't show and return error...
Sometimes it returns error: Message: Invalid argument.
Sometimes instead: Message:
Hopefully someone can point me in the right direction...
Can't make this work, tried several things..
I want to jump on a anchor on the page that holds the map when clicking on a
marker in the map.
Now I have:
google.maps.event.addListener(marker, 'click', function() {
// open new infowindow
in