From da09a62605b2f86216722ca0f813c62f42cb9e6f Mon Sep 17 00:00:00 2001 From: Gustl22 Date: Sun, 2 Sep 2018 14:45:01 +0200 Subject: [PATCH] PoiSearchActivity sample: add search by tag (#579) --- .../res/layout/activity_map_poi.xml | 58 +++++++ .../res/layout/item_poi_search.xml | 33 ++++ vtm-android-example/res/values/strings.xml | 13 +- .../oscim/android/test/MapsforgeActivity.java | 5 + .../oscim/android/test/PoiSearchActivity.java | 146 +++++++++++++++++- 5 files changed, 246 insertions(+), 9 deletions(-) create mode 100644 vtm-android-example/res/layout/activity_map_poi.xml create mode 100644 vtm-android-example/res/layout/item_poi_search.xml diff --git a/vtm-android-example/res/layout/activity_map_poi.xml b/vtm-android-example/res/layout/activity_map_poi.xml new file mode 100644 index 00000000..d53873e3 --- /dev/null +++ b/vtm-android-example/res/layout/activity_map_poi.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + +