Aswin Rajeev
Aswin Rajeev

Reputation: 107

Place Name from Network operator in Android

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

Answers (1)

wojciii
wojciii

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

Related Questions