A
A
Alex2010-09-08 04:16:53
Android
Alex, 2010-09-08 04:16:53

Which Android API to use to get data about available base stations?

Here Google Maps determines the position even when the GPS is turned off. Obviously, somehow on the base stations. Can it get the current available stations and place the phone at their intersection? But how to do it in my android program. For example, if you need to get a list of stations, then which API should you use? What can you get from them (number, name)? Thank you!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
H
hamMElion, 2010-09-08
@hamMElion

The official website describes the process of determining the user's location very well.

J
justabaka, 2010-09-14
@justabaka

If WiFi is on, then it's not the BS at all;) Otherwise, it looks like Cell-ID.

M
mottowhatsup, 2010-10-29
@mottowhatsup

mnc and mcc - developer.android.com/reference/android/telephony/TelephonyManager.html
lac and cellid - developer.android.com/reference/android/location/LocationManager.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question