Android: Using GEO uri
- by Sebastian
Hi,
I have read the doc and some tutorials to get a .kml file working launching the google maps activity. When I hosted the file in a server, this works perfectly:
Intent myIntent = new Intent(
android.content.Intent.ACTION_VIEW,
Uri.parse("geo:0,0?q=http://somedomain.com/file.kml")
…