Topic: zoom to OnlineMapsDrawingLine

Is there a feature to zoom map to the bounding box of a OnlineMapsDrawingLine

Re: zoom to OnlineMapsDrawingLine

Hello.

Get line points and use OnlineMapsUtils.GetCenterPointAndZoom.
https://infinity-code.com/doxygen/onlin … 244fb67413
Example of use:
https://infinity-code.com/atlas/online- … ample.html

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: zoom to OnlineMapsDrawingLine

Thanks!