From 6b8e261949dc3db7c7ea08f094b07a746c28ee06 Mon Sep 17 00:00:00 2001 From: jomui Date: Mon, 26 Sep 2016 20:11:19 +0900 Subject: [PATCH] snapshot must be supported Signed-off-by: jomui Change-Id: I81e0fbaa6cea6fe086e045be1ad68dcf08b74ed2 --- src/mapzen_plugin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mapzen_plugin.c b/src/mapzen_plugin.c index 52c824b..ee15181 100644 --- a/src/mapzen_plugin.c +++ b/src/mapzen_plugin.c @@ -188,6 +188,7 @@ EXPORT_API int maps_plugin_is_service_supported(maps_service_e service, bool *su case MAPS_SERVICE_SEARCH_ROUTE_WAYPOINTS: case MAPS_SERVICE_CANCEL_REQUEST: case MAPS_SERVICE_VIEW: + case MAPS_SERVICE_VIEW_SNAPSHOT: *supported = true; break; default: -- 2.7.4