Search found 22 matches: rotes

Return to advanced search

Re: Google maps rotes

should have .rc in the zip file
by Gale FORd
Sat Nov 05, 2016 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6974

Re: Google maps rotes

Code: Select all  Expand view


Gale,

Thank you for the link.

Works great !

Would you have the "Map" resource used in the code ?

Thanks in advance

Bruce

 
by brewster
Sat Nov 05, 2016 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6974

Re: Google maps rotes

by Gale FORd
Wed Nov 02, 2016 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6974

Re: Google maps rotes

If you use the "Directions" (Using 2 or more addresses) I don't see any advertisements. If you use just one address then I do see sponsor ads along with the map. Here is info on the Google API which does not display ads. http://code.google.com/apis/maps/signup.html The free version is tied...
by Gale FORd
Tue Aug 11, 2009 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6974

Re: Google maps rotes

hi , thanks to all, works fine. i need adapt this class to dont show google photos and ads, like first sample posted , this is possible? thanks
by norberto
Tue Aug 11, 2009 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6974

Re: Google maps rotes

There is an API for Google Maps. Some time ago someone on this board acquired the necessary tools. They did some programming and was marketing the code. At the time, if you wanted to be legal there was some cost involve with the Google tools. Because I did not need that level of control I decided to...
by Gale FORd
Mon Aug 10, 2009 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6974

Re: Google maps rotes

G. N. Rao.

You need to "geocoding addresses" in order to correlate you address with latitudes and longitudes.
You can use:
A) Google Maps API geocoder
B) Yahoo Geocoding API
C) geocoder.us

By passing the address you will get Lat/Long info.

Regards,

George
by George
Mon Aug 10, 2009 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6974

Re: Google maps rotes

I recently purchased a GPS and I would highly recommend one for anyone driving for business. I will never go back to using printed route instructions. The GPS is like having a navigator in the seat next to you. And they are cheap now--I paid around US$200 for mine. A business could easily save this ...
by James Bott
Mon Aug 10, 2009 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6974

Re: Google maps rotes

Gale, Thanks for your contribution. WebMap is very easy to use and a useful class. It's possible to add "markers" to the map by using your class. I mean to add a location, as usual by using AddStopSep() method, and add a few more locations with different color markers. If not possible, by ...
by George
Mon Aug 10, 2009 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6974

Re: Google maps rotes

You can use Lat, Long coordinates instead of address. If you enter it like 37.771008,-122.41175 instead of the address Thanks Actually, for an application I am planning, I need the other way round. If the user clicks on the map, my application should be able read the Lat Long of that place. I under...
by nageswaragunupudi
Mon Aug 10, 2009 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6974

Re: Google maps rotes

You can use Lat, Long coordinates instead of address. If you enter it like 37.771008,-122.41175 instead of the address
by Gale FORd
Mon Aug 10, 2009 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6974

Re: Google maps rotes

Thanks Mr Gale FORd I have downloaded your new files and your FW samples works very nice. May I suggest if you would like to facility to specify latitude and longitude instead of address to display that location? Or as one of the points in the route. The link to be generated is like "http://map...
by nageswaragunupudi
Mon Aug 10, 2009 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6974

Re: Google maps rotes

Thank you for your comments.

I have uploaded a newer version. It just adds print option and a FiveWin sample prg and rc.

http://www.xharbour.com/xhc/index.asp?p ... show_sub=1
by Gale FORd
Mon Aug 10, 2009 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6974

Re: Google maps rotes

I include \xharbour\lib\ct.lib always. ct.lib has this default(..) function.

Anyway glad it works for you now. I find this class very simple to use, without cluttering our application code.
by nageswaragunupudi
Mon Aug 10, 2009 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6974

Re: Google maps rotes

Dear Mr.Rao, I tried your sample, but still I get the same error. I find that WebMap.Prg is trying to make use of the function Default() in line no. 68 to 72 in the Method AddStopSep(). Error: Unresolved external '_HB_FUN_DEFAULT' referenced from D:\FWHEXTRA\FWH SAMPLES\GOOGLEMAPSLINK GENRERATOR\TES...
by anserkk
Mon Aug 10, 2009 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 6974
Next

Return to advanced search