| Reply | « Previous Thread | Next Thread » |
|
Hi!
I'm developing a geolocalization application, so I'm using the location module. After retrieving the lac and cellid from location.gsm_location(), I know I can retrieve lat & lng from a web service or an http request to a google service. My problem is that the phone is not going to be able to connect to Internet. Is there any way to get a database of cellids and use it locally on the phone (for a restricted area). I don't know if this database is public or can be purschased. Is there any othe way to get positioning info without Internet connection? Regards. |
|
Join Date: Feb 2008
Posts: 743
Location: Belo Horizonte, Brazil
Rafael T.
Offline
Forum Nokia Champion
|
|
|
Quote:
Maybe you can use positioning module, if you are working with phones that have built-in GPS ![]() Or maybe if it doesn't have it built-in, you could use a bluetooth GPS. Check the Python Library Reference page 57, which has all the information about the positioning module. Hope it helps, Rafael. |
|
Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
Hi albgarse
Rafael has mentioned the other way i will take your other question abt database of cellids i m sorry but there is no database like that. We had lots of discussion earlier at the dibo a search can help you. Best Regards Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
hi there,
my problem is related to yours. i have got latitude and longitude values but i don't know how to calculate the distance between them. i know the formula, but need the code that runs on pys60 any help will be greatly appreciated. cheers, M |
|
Hi!
It should be something like Code:
distance = sqrt((lat1 - lat2) ** 2 + (lng1 - lng2) ** 2) * 111.12 Regards. where |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Access to pc internet connection with bluetooth | pisciu | Bluetooth Technology | 1 | 2006-11-06 14:05 |
| internet connection | lanky | Mobile Java Networking & Messaging & Security | 6 | 2006-09-08 22:25 |
| Select Internet Connection Types | yiannis_1978 | Mobile Java Networking & Messaging & Security | 0 | 2006-04-19 15:44 |
| Internet connection via GPRS or LAN ? | anjanesh | Bluetooth Technology | 0 | 2006-04-11 06:15 |
| sharing internet connection over bluetooth | naivri | Bluetooth Technology | 2 | 2003-06-02 21:50 |