Page 1 of 1

Extract latitude and longitude from position

Posted: 18 Nov 2018 21:15
by davinik
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?

Re: Extract latitude and longitude from position

Posted: 19 Nov 2018 02:03
by Desmanto
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.

Re: Extract latitude and longitude from position

Posted: 19 Nov 2018 09:31
by davinik
Thank y very much, very useful