Majed Mabrouk Posted March 1, 2012 Share Posted March 1, 2012 SALEM Après avoir réaliser un petit projet sous android don le sujet est ggogle map, j'ai vu que l'option trafic sur MapView ne marche pas en dehors des Etats-Unis sur Android 2.2 !!! comment peut on activer cet option on france et merci?? public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); maMap = (MapView)findViewById(R.id.mapView); maMap.setBuiltInZoomControls(true); GeoPoint point = new GeoPoint(microdegrees(latitude), microdegrees(longitude)); ////////////////////////////////////////////////////////// maMap.setTraffic(true); ///////////////////////////////////////////////////////// moncontroler = maMap.getController(); moncontroler.setZoom(15); moncontroler.setCenter(point); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.