Topic: Fly to position
Hi,
if want change the view to some Position it happen instant.
Have a feature for "Fly to position" with x zoom?
Currently i use this script from demo:
OnlineMaps.instance.position = r.geometry_location;
Vector2 center;
int zoom;
OnlineMapsUtils.GetCenterPointAndZoom(new[] { r.geometry_bounds_northeast, r.geometry_bounds_southwest }, out center, out zoom);
OnlineMaps.instance.zoom = _locationZoom;
thanks