[ACR-534] Add Map Widget APIs 22/61122/13 accepted/tizen/common/20160418.141728 accepted/tizen/ivi/20160418.083453 accepted/tizen/mobile/20160418.083534 accepted/tizen/tv/20160418.083411 accepted/tizen/wearable/20160418.083427 submit/tizen/20160418.030308
authorchanywa <cbible.kim@samsung.com>
Fri, 4 Mar 2016 06:04:49 +0000 (15:04 +0900)
committerjongmun.woo <jongmun.woo@samsung.com>
Mon, 18 Apr 2016 01:44:13 +0000 (10:44 +0900)
commit490f15744c4e43c99ff4662fdd555872c4a254ad
treea4d8d722bc4faba653359ae0810c57b3d69e30cd
parentcc099e449bd8ccfc9edd1927597e2564b253d411
[ACR-534] Add Map Widget APIs

Change-Id: I332506bd79b6bd6a6e4d1f9388c083475bbd847c
115 files changed:
CMakeLists.txt
capi-maps-service.changes
doc/maps_service_doc.h
include/maps_plugin.h
include/maps_view.h [new file with mode: 0644]
include/maps_view_event_data.h [new file with mode: 0644]
include/maps_view_object.h [new file with mode: 0644]
include/maps_view_object_plugin.h [new file with mode: 0644]
include/maps_view_plugin.h [new file with mode: 0644]
packaging/capi-maps-service.spec
src/api/maps_place_filter.cpp
src/api/maps_plugin_info.cpp
src/api/maps_service.cpp
src/api/maps_view.cpp [new file with mode: 0644]
src/api/maps_view_event_data.cpp [new file with mode: 0644]
src/api/maps_view_object.cpp [new file with mode: 0644]
src/plugin/discovery.cpp
src/plugin/discovery.h
src/plugin/empty_module.cpp
src/plugin/module.cpp
src/plugin/module.h
src/session/command.cpp
src/session/command.h
src/session/command_queue.cpp
src/session/command_queue.h
src/session/commands.cpp
src/session/commands.h
src/view/gesture_detector.cpp [new file with mode: 0644]
src/view/gesture_detector.h [new file with mode: 0644]
src/view/gesture_detector_statemachine.cpp [new file with mode: 0644]
src/view/gesture_detector_statemachine.h [new file with mode: 0644]
src/view/gesture_processor.cpp [new file with mode: 0644]
src/view/gesture_processor.h [new file with mode: 0644]
src/view/inertial_camera.cpp [new file with mode: 0644]
src/view/inertial_camera.h [new file with mode: 0644]
src/view/inertial_gesture.cpp [new file with mode: 0644]
src/view/inertial_gesture.h [new file with mode: 0644]
src/view/marker_constructor.cpp [new file with mode: 0644]
src/view/marker_constructor.h [new file with mode: 0644]
src/view/poly_shape_hit_test.cpp [new file with mode: 0644]
src/view/poly_shape_hit_test.h [new file with mode: 0644]
src/view/polygon_constructor.cpp [new file with mode: 0644]
src/view/polygon_constructor.h [new file with mode: 0644]
src/view/polyline_constructor.cpp [new file with mode: 0644]
src/view/polyline_constructor.h [new file with mode: 0644]
src/view/runtime_data.cpp [new file with mode: 0644]
src/view/runtime_data.h [new file with mode: 0644]
test/CMakeLists.txt [deleted file]
test/capi-maps-service-test.manifest [deleted file]
test/capi-maps-service-test.xml [deleted file]
test/dummy_plugin/CMakeLists.txt [deleted file]
test/dummy_plugin/dummy_plugin.cpp [deleted file]
test/dummy_plugin/maps-plugin-test.manifest [deleted file]
test/memleak_test.sh [deleted file]
test/src/api/maps_address_test.cpp [deleted file]
test/src/api/maps_address_test.h [deleted file]
test/src/api/maps_api_test.cpp [deleted file]
test/src/api/maps_api_test.h [deleted file]
test/src/api/maps_area_test.cpp [deleted file]
test/src/api/maps_area_test.h [deleted file]
test/src/api/maps_coordinates_test.cpp [deleted file]
test/src/api/maps_coordinates_test.h [deleted file]
test/src/api/maps_extra_types_test.cpp [deleted file]
test/src/api/maps_extra_types_test.h [deleted file]
test/src/api/maps_place_attribute_test.cpp [deleted file]
test/src/api/maps_place_attribute_test.h [deleted file]
test/src/api/maps_place_category_test.cpp [deleted file]
test/src/api/maps_place_category_test.h [deleted file]
test/src/api/maps_place_contact_test.cpp [deleted file]
test/src/api/maps_place_contact_test.h [deleted file]
test/src/api/maps_place_editorial_test.cpp [deleted file]
test/src/api/maps_place_editorial_test.h [deleted file]
test/src/api/maps_place_filter_test.cpp [deleted file]
test/src/api/maps_place_filter_test.h [deleted file]
test/src/api/maps_place_image_test.cpp [deleted file]
test/src/api/maps_place_image_test.h [deleted file]
test/src/api/maps_place_link_object_test.cpp [deleted file]
test/src/api/maps_place_link_object_test.h [deleted file]
test/src/api/maps_place_media_test.cpp [deleted file]
test/src/api/maps_place_media_test.h [deleted file]
test/src/api/maps_place_rating_test.cpp [deleted file]
test/src/api/maps_place_rating_test.h [deleted file]
test/src/api/maps_place_review_test.cpp [deleted file]
test/src/api/maps_place_review_test.h [deleted file]
test/src/api/maps_place_test.cpp [deleted file]
test/src/api/maps_place_test.h [deleted file]
test/src/api/maps_place_url_test.cpp [deleted file]
test/src/api/maps_place_url_test.h [deleted file]
test/src/api/maps_preference_test.cpp [deleted file]
test/src/api/maps_preference_test.h [deleted file]
test/src/api/maps_route_maneuver_test.cpp [deleted file]
test/src/api/maps_route_maneuver_test.h [deleted file]
test/src/api/maps_route_segment_test.cpp [deleted file]
test/src/api/maps_route_segment_test.h [deleted file]
test/src/api/maps_route_test.cpp [deleted file]
test/src/api/maps_route_test.h [deleted file]
test/src/maps_service_test.cpp [deleted file]
test/src/plugin/discovery_test.cpp [deleted file]
test/src/plugin/discovery_test.h [deleted file]
test/src/plugin/module_test.cpp [deleted file]
test/src/plugin/module_test.h [deleted file]
test/src/session/command_queue_test.cpp [deleted file]
test/src/session/command_queue_test.h [deleted file]
test/src/session/command_test.cpp [deleted file]
test/src/session/command_test.h [deleted file]
test/src/session/commands_test.cpp [deleted file]
test/src/session/commands_test.h [deleted file]
test/src/session/thread_test.cpp [deleted file]
test/src/session/thread_test.h [deleted file]
test/src/tutorial/maps_service_tutorial.cpp [deleted file]
test/src/tutorial/maps_service_tutorial.h [deleted file]
test/src/util/maps_object.cpp [deleted file]
test/src/util/maps_object.h [deleted file]
test/src/util/maps_test_utils.cpp [deleted file]
test/src/util/maps_test_utils.h [deleted file]