Reputation: 107
How can I obtain the Place Name from the network operator's "Cell Info" in Android (We often get the place-name of the nearest tower in cell info, right ??) I want this place-name as a string to be displayed in a textview control.
Upvotes: 0
Views: 301
Reputation: 4323
Maybe you should take a look at GSM location documentation and this tutorial and see if it answers your question. It looks like there is an interface you can use.
Upvotes: 1