Thanks Andrew
I tried adding the complete line " var marker = new GMarker(point,
{icon:parkingIcon}); " to each of the entries,
and also changing
var point = new GLatLng(52.055278, 1.154702);
var marker = createMarker(point,'Turret Lane Parking')
map.addOverlay(marker);
to
var point = new GLatLng(52.055278, 1.154702);
var marker = new GMarker(point,{icon:parkingIcon},'Turret Lane
Parking')
map.addOverlay(marker);
on every entry.
But doing either means the whole map then fails to load in the page.
Sorry I'm not too good at coding these things from scratch!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---