PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → geoGetAddress [WD21]
geoGetAddress [WD21]
Iniciado por guest, 05,oct. 2016 13:01 - 1 respuesta
Publicado el 05,octubre 2016 - 13:01
Hello

Im trying to use the command in WD21:

geoGetAddress()

but i get the following error:

Error:'geoGetAddress' function not allowed in WinDev.
Use a compilation condition () or a conditional target code to process the

ive tried the exact example taken from the help guide to test:

// Retrieves the address of a monument
MyAddress is Address
MyAddress = geoGetAddress("Eiffel Tower")
IF ErrorOccurred = False THEN
Info(MyAddress..Country)
END

also tried:
MyAddress is Address
MyAddress = geoGetAddress("43.639942,3.837672")

has this been stopped in WD21?

thanks

ISO
Publicado el 05,octubre 2016 - 14:03
Hi

The help page is quite confusing on that one...

The top of the page says that it's now supported in v21, but the botton (components), ONLY give the android component.

Now, one possible thing would be that not all syntaxes are supported in Windev (maybe only the array of addresses syntax is supported there)

I would contact pcsoft about this one...

Best regards