I asked this question:
Service not available while calling geoCoder.getFromLocation()
And later found out that:
NetworkLocator was killed on the device and Re-boot will resolve it.
This is done and now everything is working.
The problem is I couldn't reproduce the same case. Is there a way to switch off this Geocoder
service or kill NetworkLocator
.
Because I did a work around to resolve this, and I want to test it.
Thank You