On Jul 20, 3:43 am, Jez D <[email protected]> wrote: > I mean that the map itse'f is not visible - just the grey background > > On Jul 20, 11:27 am, Jez D <[email protected]> wrote: > > > 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?
1. post a link to your map. 2. are you initializing the map (calling setCenter)? way too much context missing in your code dump... -- Larry > > > 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.
