Morning,
I'm using api v2.193
All works fine until I add a marker using the folowing code:
----------
var markers = [
{'latitude': 52.54884, 'longitude': -1.8643, 'name': '10
freshfield road' },
{'latitude': 52.54826, 'longitude': -1.8607, 'name': '23 The
street'},
];
addMarker(markers[id].latitude,
markers[id].longitude,markers[id].name);
----------------------
The only marker that appears is the last one in the array and I the
overlay is not visible.
Can anyone suggest a solution?
Thanks
--
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.