Search found 155 matches: gps

Return to advanced search

Re: Switching my setup program to webview2

... number (VAT ID), phone, fax, email, homepage, operation name for reports, link to the Austrian Economic Chamber (WKO link), subtitle, GPS coordinates, and so on. On the right side of the window, there are options for "Password Mode", "Appointment Reservation", "Currency", ...
by Otto
Sat Feb 10, 2024 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 419

Re: Swagger API and FWH

I'm trying again to connect and use API This code from the forum is actualy returning data ! (Adress, GPS coordinates...) function api()   local cGoogleURL := "https://nominatim.openstreetmap.org/search?format=json&q="   local cAddress   := "Hofstraat ...
by Marc Venken
Fri Nov 20, 2020 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Swagger API and FWH
Replies: 2
Views: 876

Re: GPS coordinates

I am not sure, but the different syntax of hb_jsondecode is relative the Harbour and XHarbour implementations.

You can do the get on browser and use some tools like JSON formatter to see that there are a lot of other information.
by AntoninoP
Mon Oct 19, 2020 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPS coordinates
Replies: 9
Views: 1736

Re: GPS coordinates

Hello Antonino, hello Carlos,
Thank you so much. All working.
Best regards,
Otto
Image
by Otto
Sun Oct 18, 2020 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPS coordinates
Replies: 9
Views: 1736

Re: GPS coordinates

Otto: This is correct: #include "FiveWin.ch"function Main()   local cGoogleURL := "https://nominatim.openstreetmap.org/search?format=json&q="   local cAddress   := "5th ave, new york"   local aReturn, i, cTxt := ""  // aReturn := hb_jsonDecode( Web...
by Cgallegoa
Sun Oct 18, 2020 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPS coordinates
Replies: 9
Views: 1736

Re: GPS coordinates

Hello Antonino,
when I try your sample I get only a number as aReturn.
CAn you help us, please.
Best regards,
Otto
by Otto
Sat Oct 17, 2020 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPS coordinates
Replies: 9
Views: 1736

Re: GPS coordinates

if you want you can try Nominatim with its Web API . For example #include <fivewin.ch>function Main()   local cGoogleURL := "https://nominatim.openstreetmap.org/search?format=json&q="   local cAddress   := "5th ave, new york"   local aReturn, i, cTxt := "&q...
by AntoninoP
Fri Oct 16, 2020 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPS coordinates
Replies: 9
Views: 1736

Re: GPS coordinates

run ok
but Now how obtainthe Lat e long from that message ?
by Silvio.Falconi
Fri Oct 16, 2020 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPS coordinates
Replies: 9
Views: 1736

Dibujar mapa con coordenadas GPS

Hola Foro quiero dibujar el recorrido en un mapa entre dos puntos obtenidos con el GPS, con que lo puedo hacer?. Estoy viendo ejemplos en el foro pero están hechos con direcciones
Y donde encuentro el archivo GMaps.htm
Gracias
by caducca
Fri Oct 25, 2019 2:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dibujar mapa con coordenadas GPS
Replies: 0
Views: 396

Re: GPS coordinates

#include "FiveWin.ch"function Main()   local cGoogleURL := "http://maps.googleapis.com/maps/api/geocode/json?address="   local cAddress   := "5th ave, new york"   local cSensor    := "&sensor=false"&nbs...
by Antonio Linares
Thu Dec 13, 2018 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPS coordinates
Replies: 9
Views: 1736

Re: GPS coordinates

Thanks it is excellent! But how to make it on a FWH 18.06 ?!
by Natter
Thu Dec 13, 2018 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPS coordinates
Replies: 9
Views: 1736

Re: GPS coordinates

https://stackoverflow.com/questions/11318347/geoencode-address-to-gps-coordinates <script type="text/javascript">var dir1 = "5th ave, new york";var google_url = "http://maps.googleapis.com/maps/api/geocode/json?address=";var ...
by Antonio Linares
Wed Dec 12, 2018 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPS coordinates
Replies: 9
Views: 1736

GPS coordinates

Hi all !

Is it possible to get GPS coordinates by address ?
by Natter
Wed Dec 12, 2018 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPS coordinates
Replies: 9
Views: 1736

Re: utilizando googleMaps utilianzando activex y java scrip

Con gusto compadre. Lo primero una table w10 con una programa de venta de boletos abordo de la unidad , con un gps y internet luego trasmites una trama de datos a un server con la informacion que deseas procesar, luego utilizas un html que este llama aun archivo en java scrip ...
by Busmatic_wpb
Thu Sep 13, 2018 12:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: utilizando googleMaps utilianzando activex y java scrip
Replies: 5
Views: 1441

Re: Harbour for the web

Dear Antonio, Noted, however, all of the web applications that I created have never run from CGI-BIN, I have been able to configure IIS to run from whatever folder I want. I set virtual folder in IIS then updated ISAPI/CGI restrictions for each DLL which then calls the EXE and then set the Windows O...
by cdmmaui
Sun Aug 12, 2018 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour for the web
Replies: 12
Views: 4681
Next

Return to advanced search