PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 25 → WX (Windev, Webdev e Windev Mobile) - Exemplo de uso do Google maps alternativo “Here”
WX (Windev, Webdev e Windev Mobile) - Exemplo de uso do Google maps alternativo “Here”
Iniciado por Boller, mai., 03 2021 4:13 PM - Sem resposta
Membro registado
3.651 mensagems
Popularité : +175 (223 votes)
Publicado em maio, 03 2021 - 4:13 PM
//-----------------------------------------------------------------------------------------------------------------------------------------------------//
// pega o local correto pelo here //
//-----------------------------------------------------------------------------------------------------------------------------------------------------//
sUrl = "https://revgeocode.search.hereapi.com/v1/revgeocode?at="+gsLat+","+gsLon+"&apiKey=XYZZZZZZZZZZZZZZZZZ"
Res = ""
ok = HTTPRequest(sUrl)
JsonHere is JSON
IF ok=True THEN
Res = HTTPGetResult()
ELSE
RETURN
END
JsonHere = Res


--
Adriano José Boller
______________________________________________
Consultor e Representante Oficial da
PcSoft no Brasil
+55 (41) 99949 1800
adrianoboller@gmail.com
skype: adrianoboller
http://wxinformatica.com.br/