I am working on app. When user click on button he will get current location using GPS. All is working fine but one problem.
Problem
There might be some location where gps will not work...like closed area...and gps can not find location...at that time it will return previously know location...Previously known location may be too older or wrong. so at that time I want no location found instead of last location.
Is there any way to check if fix is available or not ?