Skip to content Skip to sidebar Skip to footer

Gps Accuracy Of Android Emulator

I am developing a website which used W3C GeoLocation API to obtain users' position. I try to run the website in Android Emulator and use DDMS / geo fix to send the coordinate to th

Solution 1:

try to put the longitude and latitude in 2 doubles... !

Solution 2:

I notice the same problem. I send lon, lat -83.0000, 40.000 via DDMS and the emulator app receives and -83.013833, 40.006666.

Post a Comment for "Gps Accuracy Of Android Emulator"