vatavian / vataviamap

.Net maps and GPS tracks
http://vatavian.github.io/vataviamap/
2 stars 1 forks source link

Keep track of (GPS-collected) area where each cell ID has appeared for later use without GPS #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It is much faster to see what cell tower we are using than get a GPS fix,
so saving this information while GPS is running means we can use it later
and not have to ask opencellid.org or google or another cell location provider.

could keep just bounds of rectangle in file named for mcc/mnc/lac/cellid

could share this data with opencellid.org

Original issue reported on code.google.com by mark.g...@gmail.com on 24 Jul 2009 at 6:17

GoogleCodeExporter commented 9 years ago
Implementing this feature should be combined with implementing Issues 25 and 26.
Keeping both the cell location data downloaded from and uploaded to OpenCellID 
cached
would fulfill this issue.

Original comment by mark.g...@gmail.com on 16 Dec 2009 at 3:14