I'd like to extract the Latitude and longitude from the position variable Because I need to put in a string for making an api call:
http://api.openweathermap.org/data/2.5/ ... 9&lon=12.3
How can I do it?
Extract latitude and longitude from position
Moderator: Martin
Re: Extract latitude and longitude from position
As I've answered in another thread, you can look at : viewtopic.php?f=5&t=7457
There is example flow to put the lat long, simply change the url.
There is example flow to put the lat long, simply change the url.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Extract latitude and longitude from position
Thank y very much, very useful