From 3cb2d0d5a3311ca6ccc09da744982b706e28d4cd Mon Sep 17 00:00:00 2001 From: k3b Date: Mon, 16 Mar 2015 23:21:00 +0100 Subject: [PATCH] added de.k3b.android.locationMapViewer.txt --- metadata/de.k3b.android.locationMapViewer.txt | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 metadata/de.k3b.android.locationMapViewer.txt diff --git a/metadata/de.k3b.android.locationMapViewer.txt b/metadata/de.k3b.android.locationMapViewer.txt new file mode 100644 index 0000000000..cab61b7873 --- /dev/null +++ b/metadata/de.k3b.android.locationMapViewer.txt @@ -0,0 +1,34 @@ +Categories:Navigation,System +License:GPLv3 +Web Site:https://github.com/k3b/locationMapViewer/wiki +Source Code:https://github.com/k3b/locationMapViewer +Issue Tracker:https://github.com/k3b/locationMapViewer/issues + +Auto Name:locationMapViewer +Summary:Display geografic info in a map. +Description: +An app that can display geografic info in a map. It has support +for **gpx** and **kml** files and **geo-uri-s** +and can work offline (without internet/wifi) +once geodata is downloaded and cached. + +Other Android apps can use LocationMapViewer through an +Intent interface (see +[GeoIntentDemo.java](https://github.com/k3b/LocationMapViewer/blob/master/geoIntentDemo/src/main/java/de/k3b/android/locationMapViewer/demo/GeoIntentDemoActivity.java) ) +or through html links like [geo:0,0?q=53.0,8.0(Hello)](geo:0,0?q=53.0,8.0(Hello)) +(<a href="geo:0,0?q=53.0,8.0(Hello)">geo:0,0?q=53.0,8.0(Hello)</a>) + +'''Required Android Permissions:''' +* INTERNET: to download map data from Open Streetmap Server +* ACCESS_NETWORK_STATE and ACCESS_WIFI_STATE: to find out if wifi/internet is online to start downloaded geodata +* WRITE_EXTERNAL_STORAGE + * to cache downloaded map data in local file system + * to load gpx/kml-Files to be displayed in the map +* ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION: to display my own location in the map, too + +[https://github.com/k3b/locationMapViewer/wiki/History Changelog] +. + +Repo Type:git +Repo:https://github.com/k3b/locationMapViewer.git +