Search code examples
androidgeolocationopen-source

Get Location from cell towers database


I have an opensource database with millions of records of cell towers database.

Here is how table columns look like:

radio,mcc,net,area,cell,unit,lon,lat,range,samples,changeable,created,updated,averageSignal,id,

Now, I get fields like lac,mcc,mnc,cellId etc.

How do I get my location from this database what is logic and what calculations follow.

I know there are many paid and opensource apis available but I want to create my own as I expect a huge number of requests


Solution

  • Found solution

    There isn't any logic/calculations involved

    here is what my Android fields correspond to in my databace

    cell = cellid , net = mnc, area = lac