You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-13Lines changed: 19 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,14 @@ An app that can display geografic info in a map. It has support for **gpx** and
4
4
and can work offline (without internet/wifi)
5
5
once geodata is downloaded and cached.
6
6
7
-
Other Android apps can use LocationMapViewer through an Intent interface.
8
-
(See GeoIntentDemo)<br/>
7
+
Other Android apps can use LocationMapViewer through an Intent interface
8
+
(see [GeoIntentDemo.java](https://github.com/k3b/LocationMapViewer/blob/master/geoIntentDemo/src/main/java/de/k3b/android/locationMapViewer/demo/GeoIntentDemoActivity.java) )
9
+
or through html links like <a href="geo:0,0?q=53.0,8.0(Hello)">geo:0,0?q=53.0,8.0(Hello)</a><br/>
9
10
10
11
Minimal requirements: Android 2.1 (Eclair, API 7), internet/wifi-connection to download geodata and a SD-Card to cache geodata<br/>
0 commit comments