Unable to set to default globeView on button click in TomTom in android
getMapHolder().getMap().getCamera().updateProperties(new CameraUpdate().zoomOut(), ZOOM_INTERPOLATION, ZOOM_DURATION_LONG);
I am try to set it to a default globe view where the user can see the globe on pressing zoomout. I tried the below code which didn't workout:
getMapHolder().getMap().getCamera().getProperties().setScale(141361646.3618723200);
Please help me resolving this issue.
Comments
On pressing the zoom out button, I want to show this globeview to user all the time.