Location Manager Implementation
authorAbhijit RD <abhijit.rd@samsung.com>
Thu, 26 May 2016 06:08:43 +0000 (11:38 +0530)
committerSeunghyun Choi <sh4682.choi@samsung.com>
Thu, 2 Jun 2016 05:37:24 +0000 (14:37 +0900)
commitbd6b25980bdca7e311cee483eca319393a85e711
tree7376cbaddf04ac9234aaba224c32126f67007aca
parent288384224bba92f1da314dddb625ce2f2232f61f
Location Manager Implementation

Change-Id: I6fbab6d266e1d1ed5ed7807a1a9964fe00beaf11
Signed-off-by: Abhijit RD <abhijit.rd@samsung.com>
21 files changed:
LICENSE [new file with mode: 0644]
packaging/csapi-location.manifest [new file with mode: 0644]
packaging/csapi-location.pc.in [new file with mode: 0644]
packaging/csapi-location.spec [new file with mode: 0755]
src/Tizen.Location/Interop/Interop.Libraries.cs [new file with mode: 0644]
src/Tizen.Location/Interop/Interop.Location.cs [new file with mode: 0644]
src/Tizen.Location/Properties/AssemblyInfo.cs [new file with mode: 0644]
src/Tizen.Location/Tizen.Location.csproj [new file with mode: 0644]
src/Tizen.Location/Tizen.Location.snk [new file with mode: 0644]
src/Tizen.Location/Tizen.Location/GpsSatellite.cs [new file with mode: 0644]
src/Tizen.Location/Tizen.Location/Location.cs [new file with mode: 0644]
src/Tizen.Location/Tizen.Location/LocationBoundary.cs [new file with mode: 0644]
src/Tizen.Location/Tizen.Location/LocationChangedEventArgs.cs [new file with mode: 0644]
src/Tizen.Location/Tizen.Location/LocationError.cs [new file with mode: 0644]
src/Tizen.Location/Tizen.Location/Locator.cs [new file with mode: 0644]
src/Tizen.Location/Tizen.Location/LocatorEnumerations.cs [new file with mode: 0644]
src/Tizen.Location/Tizen.Location/LocatorHelper.cs [new file with mode: 0644]
src/Tizen.Location/Tizen.Location/SatelliteStatusChangedEventArgs.cs [new file with mode: 0644]
src/Tizen.Location/Tizen.Location/ServiceStateChangedEventArgs.cs [new file with mode: 0644]
src/Tizen.Location/Tizen.Location/SettingChangedEventArgs.cs [new file with mode: 0644]
src/Tizen.Location/Tizen.Location/ZoneChangedEventArgs.cs [new file with mode: 0644]