|
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, 03,may. 2021 16:13 - No hay respuesta |
| |
| | | |
|
| |
Miembro registrado 4.549 mensajes |
|
Publicado el 03,mayo 2021 - 16:13 |
//-----------------------------------------------------------------------------------------------------------------------------------------------------// // 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/ |
| |
| |
| | | |
|
| | | | |
| | |
|