Reputation: 1840
A couple of questions regarding Location which I have not found answers to:
Location.getLatitude()
/getLongitude()
return a double. What units is this double expressed in? Radians? Decimal degrees? The documentation doesn't give any indication whatsoever!
What should I enter using DDMS in my AVD's file system to represent a sample location (say for example 51°N, 1° 30'W) to be found by LocationManager.getLastKnownLocation(GPS_PROVIDER)
and where should I put it (meaning what folder)?
Upvotes: 0
Views: 518
Reputation: 989
Upvotes: 2