> thanks, it's a first step, but there you use a set of placemarks you > create on the fly, > while I need to access to a MyMap already created, Anyway, it is a > starting point...
That's right, they are examples not completed applications. You will have to do some development. You can export from MyMaps as KML ; http://sites.google.com/site/gmapstips/export-my-map-as-kml its easy to place that on an API map using KmlLayer. http://code.google.com/apis/maps/documentation/javascript/overlays.html#KMLLayers However, KmlLayer does not make it easy to modify the presentation, such as adding the sidebar you want. There is a client-side KML parser that allows you free access to modify as you wish. http://code.google.com/p/geoxml3/ -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.