- Closing intent selection dialog (after user selection)
- uri= String.format(Locale.ENGLISH,"http://maps.google.com/maps?daddr=%f,%f",latitude, longitude);
- Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(uri));
- EventMapOfflineActivity.this.startActivity(intent);