I used geolocation component to capture current location. But what if i don't want to show geolocation component on app and capture user's current location. i.e. latitude and longitude.
I used geolocation component to capture current location. But what if i don't want to show geolocation component on app and capture user's current location. i.e. latitude and longitude.
Sushil,
[quote:]don't want to show geolocation component[/quote].
There is not such component. There is a service, and the user does not see it. You should just call this service and use the result of the work of the service in the app.
Yes, I got it.
Thanks Evgene