fix bug for Maps View TC 40/67740/1 accepted/tizen/common/20160428.145008 accepted/tizen/ivi/20160429.011507 accepted/tizen/mobile/20160429.011452 accepted/tizen/tv/20160429.011500 accepted/tizen/wearable/20160429.011447 submit/tizen/20160428.080842
authorjongmun.woo <jongmun.woo@samsung.com>
Thu, 28 Apr 2016 07:20:22 +0000 (16:20 +0900)
committerjongmun.woo <jongmun.woo@samsung.com>
Thu, 28 Apr 2016 07:20:48 +0000 (16:20 +0900)
Signed-off-by: jongmun.woo <jongmun.woo@samsung.com>
Change-Id: Iab06d99960c519e152b0f8e21f39fea4a060ce68

src/api/maps_view.cpp

index 66b55c993789e482e5308270c34c4ff53afc36c9..b0e13cb014ff3a6bd162f12453f5ba9c58f0b5e7 100644 (file)
@@ -523,6 +523,9 @@ EXPORT_API int maps_view_create(maps_service_h maps, Evas_Image *obj, maps_view_
        /* Link with Maps Service */
        v->maps = maps;
 
+       /* Set up canvas and Ecore */
+       maps_view_set_language(v, "eng");
+
        /* Add an idle handler */
        v->idler = ecore_idler_add(__maps_view_on_idle_cb, v);
 
@@ -620,7 +623,6 @@ EXPORT_API int maps_view_destroy(maps_view_h view)
        if(inertial_camera)
                delete inertial_camera;
 
-
        return MAPS_ERROR_NONE;
 }