File: tech-geoclue2.page

package info (click to toggle)
gnome-devel-docs 40.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 79,188 kB
  • sloc: javascript: 2,514; xml: 2,407; ansic: 2,229; python: 1,854; makefile: 805; sh: 499; cpp: 131
file content (39 lines) | stat: -rw-r--r-- 1,266 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" id="tech-geoclue2" xml:lang="sl">

  <info>
    <link type="guide" xref="tech" group="geoclue2"/>

    <credit type="author copyright">
      <name>Federico Mena Quintero</name>
      <email its:translate="no">federico@gnome.org</email>
      <years>2013</years>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="cc-by-sa-3-0.xml"/>

    <desc>Geolocation - finding the user's geographical location</desc>
  </info>

<title>Geoclue2</title>

  <p>
    Geoclue2 provides <em>geolocation</em> services, that is, it lets
    applications find the user's geographical position.  A mapping
    application could use this to present a "where am I" view, for
    example.
  </p>

  <p>
    Geoclue2 intends to be able to provide positioning information
    in several ways:  from the GPS in a WWAN modem, from a Wi-Fi
    access point's data, or from the computer's IP address.
  </p>

  <p>
    Geoclue2 also intends to provide privacy for users who do not want
    to reveal their geographical location.  Only applications allowed
    by the user will be able to get geolocation information.
  </p>

</page>