<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>22 May 2017 23:24:00 Z</lastBuildDate><pubDate>22 May 2017 23:24:00 Z</pubDate><description>Good afternoon&#13;
&#13;
Has anyone done anything with geolocation?&#13;
I can't get my coordinates, this is my code.&#13;
&#13;
//-----------------------------------------------------------------------------------------------------//&#13;
&#13;
GPSInitParameter(gpsAuto,gpsAltitude+gpsDirection+gpsSpeed+gpsPrecisionHigh+gpsEnergyMedium)&#13;
&#13;
MyPosition is geoPosition&#13;
MyPosition = GPSGetPosition()&#13;
IF NOT ErrorOccurred THEN&#13;
Info("Error")&#13;
END&#13;
&#13;
MyAddress is Address&#13;
MyAddress = geoGetAddress(MyPosition..Latitude + "," + MyPosition..Longitude)&#13;
IF NOT ErrorOccurred = False THEN&#13;
Info("Error")&#13;
END&#13;
&#13;
Info(MyAddress..City + " - " + MyAddress..ZipCode)&#13;
&#13;
//-----------------------------------------------------------------------------------------------------//&#13;
&#13;
I'm working on Android, I have the key provided by google for the application.&#13;
The geoGetAddress works if I give you the coordinates directly&#13;
&#13;
Thanks in advance.</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60985-wm21-can-get-coordinates/read.awp</link><title>[WM21] I can't get my coordinates</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
