The map in the app should have the option to either zoom out or zoom in the map. Also, there should be a compass(as an enhancement) in the right hand corner of the screen. These can be resolved by using the following in the LandActivity.java file.
UiSettings.setZoomControlsEnabled(true)
UiSettings.setCompassEnabled(boolean)
The map in the app should have the option to either zoom out or zoom in the map. Also, there should be a compass(as an enhancement) in the right hand corner of the screen. These can be resolved by using the following in the LandActivity.java file.
UiSettings.setZoomControlsEnabled(true)
UiSettings.setCompassEnabled(boolean)