map: separate name, route source logic 02/82702/10
authorSungtaek Hong <sth253.hong@samsung.com>
Fri, 5 Aug 2016 07:22:25 +0000 (16:22 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 2 Jan 2017 05:37:04 +0000 (14:37 +0900)
commit1ca2f8b8ff27bce50a80e7ff85bbfa24217ba3a5
treef8b98c81ced4ec8e90ef8ef97fd87d1cba96981e
parentda503115178addff722f604f590e0e03d47e9e07
map: separate name, route source logic

  - So far, elm_map only provides Open Street Map
    and lacks ability to expand to other map providers
    since it's xml parse only fits into that of OSM.
  - This patch is to make route and name source same to
    tile source, which supports other map tile providers.
origin: upstream

Change-Id: I1f68234e44fca660c665ed417b99f1b3cad3013b
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
src/lib/elm_map.c
src/lib/elm_widget_map.h
src/modules/test_map/mod.c