Lanciare navigazione verso le coordinate tramite intent su android
Il “trucco” è abbastanza semplice: basta usare seguente codice:
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse( "google.navigation:q=" + hotel.getCoordlat() + "," + hotel.getCoordlon() )));
Related posts:
No Comments