Skip to content Skip to sidebar Skip to footer

Getting Tower Gsm Location Lat Lng

I would like to know a method or a way to find the location of the cell the mobile is connected to (GSM one) This is my class: package com.example.signal; import java.io.File; im

Solution 1:

To know the position of the current GSM cell, you need a database of cell Ids and their location. If you aren't a network operator, there is no really good, authoritative source for this information, because they don't publish it.

If you just want a position fix for the device, try this SO question.

Solution 2:

Extending on what @S List said, you should sign-up for a token with the following API providers & see for yourself how the accuracy/costs work out.

Post a Comment for "Getting Tower Gsm Location Lat Lng"