By default map view gives standard mode, when mapView.setSattelite(true) the map view turn to hybrid mode of satellite and standard, i want to display only satellite mode in my map view.
By default map view gives standard mode, when mapView.setSattelite(true) the map view turn to
Share
try this..:
Insert this check at onCreate Method.
Hope this’ll help.
Cheers