PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Recommend solution/service, get address based on zipcode/postalcode
Recommend solution/service, get address based on zipcode/postalcode
Iniciado por guest, 14,ene. 2016 05:48 - 1 respuesta
Publicado el 14,enero 2016 - 05:48
Hi,

anyone know solution/service, where return address based on zipcode/postalcode for any country?

thks
Publicado el 21,enero 2016 - 17:27
Just try using this with your known detaIls in sNewstring. You will have to experiment a bit. Replace spaces with '+'

sHttpstring = "http://maps.googleapis.com/maps/api/geocode/xml…"
IF HTTPRequest(sHttpstring) THEN
sGsWorkingstring=HTTPGetResult(httpResult)
END

You will have to parse the result but it is logical.