Fine - do you have a working example with it? ;) I'm not as good at it... Thanks!
M On 10 Cze, 12:03, Rossko <[email protected]> wrote: > > OK Ralph thanks - but please tell me how to add 2 or 3 more markers to > > the second map? > > At its most basic .. > var point = new GLatLng(51.481687,-0.190979); > var marker = createMarker(point,"Stamford Bridge","Stamford > Bridge") > map2.addOverlay(marker); > var point = new GLatLng(51.50,-0.20); > var marker = createMarker(point,"Somewhere Else","Another > Marker") > map2.addOverlay(marker); > You're going to struggle with this maybe. > > cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
