Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
画像に記載されているダイアログを選択して、マップをsateliteViewからTrafficViewに変更したい
you can achieve it as following.
check out this
//set Satellite view m_mapView.setSatellite(true); m_mapView.setTraffic(false); //set trafic view m_mapView.setSatellite(false); m_mapView.setTraffic(true);