Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G geoclue
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 32
    • Issues 32
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • geoclue
  • geoclue
  • Issues
  • #154

Closed
Open
Created Oct 29, 2021 by Maciej S. Szmigiero@maciejsszmigieroDeveloper

MLS requests should have combined WiFi and 3GPP tower data

Currently, MLS geolocation requests are made independently for WiFi Access Points data and 3GPP tower data: the code does two separate MLS requests if both are available, each containing only either WiFi AP data or 3GPP tower data.

This results in two different location determinations. And if these two locations differ (which happens often) the Geoclue location jumps between these two locations as WiFi and 3GPP location sources are refreshed.

There is also a problem of reduced accuracy since with two separate requests the MLS backend can't cross-correlate data between both.

Instead, one is supposed to send a MLS query containing all the collected data at the same time, like the example at MLS API page shows.

All of the above is also true for MLS location submissions.

From a few weeks of testing I can confirm that sending WiFi and 3GPP tower data combined indeed makes Geoclue location determination significantly more stable when both of these sources are active.

Assignee
Assign to
Time tracking