> I'm trying to solve a problem with my Google Maps directions with > printing my own markers and the zoom controller.
See this thread for some starter info http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/d1713a8d4e307e51 See this issue http://code.google.com/p/gmaps-api-issues/issues/detail?id=1343 and add your 'star' if want improved API print capabilities. Might never happen though! > I still have some problems with countvertex methods and have no idea > on how to convert them to V3 code. In V3, the path of a polyline is an MVCArray object, which is obtainable with a .getPath() method. See the docs for things you can do with an MVCArray http://code.google.com/apis/maps/documentation/javascript/reference.html#MVCArray -- 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 [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-js-api-v3?hl=en.
