LatLngBounds has a union method that should allow you to accomplish your goal... http://code.google.com/apis/maps/documentation/flash/reference.html#LatLngBounds.union
Hope that helps:) Aaron Donohue On Jun 2, 10:58 am, PetrKaleta <[email protected]> wrote: > LatLngBounds.extend can take just LatLng parameter, there is no option > to extend LatLngBounds by another LatLngBounds. Or am I missing > something? > > On Jun 2, 6:54 pm, PetrKaleta <[email protected]> wrote: > > > Hi I am working with encoded polygons and polylines. Is there any way > > to calculate LatLngBounds of all polygons & polylines = zoom to fit > > all of them. > > > TY --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
