Adds base from the mapquests plugin 09/77709/1
authorKevin Kreiser <kevinkreiser@gmail.com>
Thu, 16 Jun 2016 15:46:59 +0000 (11:46 -0400)
committerBaldur Gudbjornsson <baldur@mapzen.com>
Thu, 30 Jun 2016 13:45:07 +0000 (09:45 -0400)
commitd11b203c332dc12a343c6d90895bff69455537d4
treeba748f2cc047245cbde3f5f3140e1742a44f827b
parent7711ae298bb7a0abf18665cbf9a17053e9de9163
Adds base from the mapquests plugin

Change-Id: I8999fd8fac54ba9bde4f746fb18dbe529e9c8172
33 files changed:
.gitmodules [new file with mode: 0644]
CMakeLists.txt
README.md
inc/mapzen_api.h [new file with mode: 0644]
inc/mapzen_constants.h [new file with mode: 0644]
inc/mapzen_plugin.h [new file with mode: 0644]
inc/mapzen_plugin_internal.h [new file with mode: 0644]
inc/mapzen_utils.h
rapidjson [new submodule]
src/mapzen/mapzen_api.c [new file with mode: 0644]
src/mapzen/mapzen_api.h [new file with mode: 0644]
src/mapzen/mapzen_debug.h [new file with mode: 0644]
src/mapzen/mapzen_geocode.c [new file with mode: 0644]
src/mapzen/mapzen_geocode.h [new file with mode: 0644]
src/mapzen/mapzen_jsonparser.c [new file with mode: 0644]
src/mapzen/mapzen_jsonparser.h [moved from src/mapzen_utils.cpp with 74% similarity]
src/mapzen/mapzen_place.c [new file with mode: 0644]
src/mapzen/mapzen_place.h [new file with mode: 0644]
src/mapzen/mapzen_queue.c [new file with mode: 0644]
src/mapzen/mapzen_queue.h [new file with mode: 0644]
src/mapzen/mapzen_restcurl.c [new file with mode: 0644]
src/mapzen/mapzen_restcurl.h [new file with mode: 0644]
src/mapzen/mapzen_revgeocode.c [new file with mode: 0644]
src/mapzen/mapzen_revgeocode.h [new file with mode: 0644]
src/mapzen/mapzen_route.c [new file with mode: 0644]
src/mapzen/mapzen_route.h [new file with mode: 0644]
src/mapzen/mapzen_server_private.h [new file with mode: 0644]
src/mapzen/mapzen_types.h [new file with mode: 0644]
src/mapzen/mapzen_util.c [new file with mode: 0644]
src/mapzen/mapzen_util.h [new file with mode: 0644]
src/mapzen_api.cpp [new file with mode: 0644]
src/mapzen_plugin.c [new file with mode: 0644]
src/mapzen_plugin.cpp [deleted file]