There is no native support for this in the flash api, it is not too difficult to build however. The two main functions to make it a reality are Map.fromLatLngtoViewport and Map.fromViewportToLatLng. You can then use whatever graphical nodes you want for the editing and use those two functions to accomplish the translation.
Jonathan ScribbleMaps.com On Aug 24, 10:02 am, The uncanny valley <[email protected]> wrote: > Does the Flash API contain anything natively that can be used to edit > a polyline after you've drawn it on the map? I've seen that the JS API > contains methods that allow you to add/remove vertices and so on, but > the flash API does not. Are there plans to add this functionality in > future releases? If not, then has anyone creadted an editable polyline > with the Flash API? -- You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" 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-for-flash?hl=en.
