I am usin location service for getting latitude and longitude of my location.Whi开发者_运维问答le running my program it will give me wrong latitude and longitude.How can i get my current location deta
I have a database with coordinates in Degrees Minutes Seconds form开发者_运维百科at, is there any way to change them to decimal coordinates using Android built in function or is there any simpler way
I just send some coordinates to the android emulator. I used this commands for sending the fixes: geo fix 8.494062000 52.038213000
Is there a way to get Windows Phone 7 to “broadcast” its physical location automatically? I’m trying to work around the fact that the GPS data will only be available to my app when the app is actu
I am writing a windows mobile application based on GPS technology. everything is ready but 开发者_运维知识库I need the function which is used to retrieve GPS location coordinates (latitude and longitu
I have a list of cities, each of them obviously has a longitude and latitude. Now selecting one of these cities, i want to obtain all the other cities that have a longitude / latitude开发者_开发技巧
In my application on the iPhone and iPod Touch I want to be able to retrieve the country a person is in without accessing the internet. I know how to do this with internet, so I know how to retrieve t
I am using LocationManger class to get user\'s current location. When i install application from App store and run applic开发者_StackOverflow中文版ation first time application ask me that \" APP would
I try to get the correct speed in updates for the function onLocationChanged, this is my class: public class LocationService extends Service implements LocationListener {
I am developing for Windows Phone 7. My application uses GeoCoordinateWatcher to detect user current position.