When we set Location determined by mobile networks in android settings and use nutiteq api for location, mapComponent will show GPS location determined by mobile networks, which is great. But is it possible to get radius where the phone can be from current location determined by mobile networks. So we can draw fancy circle like on android maps.
See sample code how to get native Location object, which has method getAccuracy() to know accuracy.
/JaakL