Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apertis-designs
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
2
Merge Requests
2
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
docs
apertis-designs
Commits
dcb73acf
Commit
dcb73acf
authored
Jan 27, 2017
by
Shane Fagan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.apertis.org/git/apertis-designs
parents
9241c41e
1c1f3401
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
docs/applications.md
docs/applications.md
+1
-1
docs/geolocation-and-navigation.md
docs/geolocation-and-navigation.md
+4
-4
No files found.
docs/applications.md
View file @
dcb73acf
...
...
@@ -1614,7 +1614,7 @@ handle those configuration options.
Maemo provided, through
[
libosso
]
a very simple state saving API.
It expected relevant application state be contained within a single
contiguous memory region, and provided a call that would write out this
single memory area to some abstract storage area that
doesn't persist
single memory area to some abstract storage area that
persists
across reboots. On startup, an application would attempt to re-read that
memory, and if no pre-existing state was present, would start over.
...
...
docs/geolocation-and-navigation.md
View file @
dcb73acf
...
...
@@ -62,13 +62,13 @@ time, due to unavailability of sensor input such as a GPS lock.
### Forward geocoding
*Forward geocoding*
is the
lookup of the zero or one addresses which
correspond to a coordinate pair
.
*Forward geocoding*
is the
parsing of an address or textual description
of a location, and returning zero or more coordinates which match it
.
### Reverse geocoding
*Reverse geocoding*
is the
parsing of an address or textual description
of a location, and returning zero or more coordinates which match it
.
*Reverse geocoding*
is the
lookup of the zero or one addresses which
correspond to a coordinate pair
.
### Geofencing
...
...
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