[ACR-655] Add Overlay object API 31/72331/22 submit/tizen/20160615.105814
authorchanywa <cbible.kim@samsung.com>
Tue, 31 May 2016 11:50:27 +0000 (20:50 +0900)
committerchanywa <cbible.kim@samsung.com>
Wed, 15 Jun 2016 10:53:10 +0000 (19:53 +0900)
commit082b0d134d2e24727d02bef078960afbef6f2e24
tree1adafa614b868ea98d31f9e690e6b7799fb7efd5
parentce2db50446120cd503856c79934f947f85969bcd
[ACR-655] Add Overlay object API

Change-Id: I0dc4cb09c7622c68eba573d1fa5f40c82053b271
44 files changed:
CMakeLists.txt
doc/maps_service_doc.h [changed mode: 0644->0755]
include/maps_address.h
include/maps_area.h
include/maps_coordinates.h
include/maps_error.h [changed mode: 0644->0755]
include/maps_place.h
include/maps_place_attribute.h
include/maps_place_category.h
include/maps_place_contact.h
include/maps_place_editorial.h
include/maps_place_filter.h
include/maps_place_image.h
include/maps_place_link_object.h
include/maps_place_media.h
include/maps_place_rating.h
include/maps_place_review.h
include/maps_place_url.h
include/maps_plugin.h
include/maps_preference.h
include/maps_route.h
include/maps_route_maneuver.h
include/maps_route_segment.h
include/maps_route_segment_plugin.h [changed mode: 0644->0755]
include/maps_service.h [changed mode: 0644->0755]
include/maps_view.h [changed mode: 0644->0755]
include/maps_view_event_data.h
include/maps_view_object.h
include/maps_view_plugin.h
include/maps_view_snapshot.h [new file with mode: 0755]
packaging/capi-maps-service.spec
src/api/maps_area.cpp
src/api/maps_route_segment_private.h
src/api/maps_service.cpp
src/api/maps_view.cpp
src/api/maps_view_event_data.cpp
src/api/maps_view_object.cpp
src/api/maps_view_snapshot.cpp [new file with mode: 0755]
src/plugin/empty_module.cpp
src/plugin/module.cpp
src/plugin/module.h
src/view/gesture_processor.cpp
src/view/overlay_constructor.cpp [new file with mode: 0644]
src/view/overlay_constructor.h [new file with mode: 0644]