Without using the Google Maps API (only with the launch of the map application with the intention), is it possible to contain several coordinates, and for this there are several contacts on the map that opens? This does not mean creating a gap between two points.
How do I do this for one conclusion:
String uri = "geo:0,0?q="+ Lat + "," + Longitude + " (" + name+ ")"; startActivity(new Intent(android.content.Intent.ACTION_VIEW, Uri.parse(uri)));
source share