Sanket Mahalgavaiya

Results 2 comments of Sanket Mahalgavaiya

try using UpdateMap(Vector2d latLon, float zoom) function

Hi if you want to change the camera only in runtime simply use CameraBoundsTileProviderOptions cameraBoundsOptions = abstractMap.Options.extentOptions.defaultExtents.cameraBoundsOptions; cameraBoundsOptions.camera = mapCamera; ![image](https://github.com/mapbox/mapbox-unity-sdk/assets/36693350/126b0570-1654-4042-a906-b42050aac672) Also check the CameraBoundsTileProviderOptions script it has public Camera...