Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cordova-plugin-background-geolocation
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Aksimaya
cordova-plugin-background-geolocation
Commits
975f77d6
Commit
975f77d6
authored
Jul 29, 2014
by
Chris Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oops, messed up in conflict-resolution
parent
64a54878
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
CDVBackgroundGeoLocation.m
src/ios/CDVBackgroundGeoLocation.m
+5
-4
No files found.
src/ios/CDVBackgroundGeoLocation.m
View file @
975f77d6
...
...
@@ -83,14 +83,15 @@
// Params.
// 0 1 2 3 4 5 6 7 8 8 9
//[params, headers, url, stationaryRadius, distanceFilter, locationTimeout, desiredAccuracy, debug, notificationTitle, notificationText, activityType]
params
=
[
command
.
arguments
objectAtIndex
:
0
];
headers
=
[
command
.
arguments
objectAtIndex
:
1
];
url
=
[
command
.
arguments
objectAtIndex
:
2
];
// UNUSED ANDROID VARS
//params = [command.arguments objectAtIndex: 0];
//headers = [command.arguments objectAtIndex: 1];
//url = [command.arguments object
stationaryRadius
=
[[
command
.
arguments
objectAtIndex
:
3
]
intValue
];
distanceFilter
=
[[
command
.
arguments
objectAtIndex
:
4
]
intValue
];
locationTimeout
=
[[
command
.
arguments
objectAtIndex
:
5
]
intValue
];
desiredAccuracy
=
[
self
translat
eDesiredAccuracy
:[[
command
.
arguments
objectAtIndex
:
6
]
intValue
]];
desiredAccuracy
=
[
self
decod
eDesiredAccuracy
:[[
command
.
arguments
objectAtIndex
:
6
]
intValue
]];
isDebugging
=
[[
command
.
arguments
objectAtIndex
:
7
]
boolValue
];
activityType
=
[
self
decodeActivityType
:[
command
.
arguments
objectAtIndex
:
9
]];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment