Hi..
Is it possible to develop Location(longitude , latitude) based application for Blackberry smartphones with no internal GPS chip.??
Thanx in advance..
Hi..
Is it possible to develop Location(longitude , latitude) based application for Blackberry smartphones with no internal GPS chip.??
Thanx in advance..
Yes, it is possible. Devices can determine their position based on known locations of cell towers and/or WiFi hotspots that are in range. It's usually not as precise as GPS, but it can still be serviceable.
Skyhook Wireless is one of the major providers:
Yes you can get location information.
There are three different modes that you can use to get location.
-> cell site: Use this mode to obtain location information from cell site towers.
-> assisted: Use this mode to get location information from satellites using a PDE.
-> autonomous: Use this mode to get location information from the GPS receiver on the BlackBerry device without assistance from the wireless network.
You can use cell site or assisted mode to get location.
You can find more information at http://docs.blackberry.com/en/developers/deliverables/644/GPS_and_BlackBerry_Maps_Development_Guide.pdf
Jim.