NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: cwtart on August 29, 2013, 08:13:06 AM

Title: Google Maps
Post by: cwtart on August 29, 2013, 08:13:06 AM
Bruce,

Do you have anything in the pipeline regarding a Google Maps API ?

I am currently using MS MapPoint, which is a Win32 program - which is also very expensive on a per-seat basis. Would like to be able to plot a set of pushpins on a map representing customer addresses for a service technicians daily schedule.

Chuck
Title: Re: Google Maps
Post by: DonRidley on August 29, 2013, 12:51:10 PM
Check this old thread I started.  I attached an example app that should demonstrate how to do what you are wanting. 

http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=4139.0
Title: Re: Google Maps
Post by: DonRidley on August 29, 2013, 12:54:37 PM
I'm sorry.  This one may be better.  Uses Open Street Map (OSM) instead of Google.  OSM is open source (free).

Don

http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=4148.0
Title: Re: Google Maps
Post by: cwtart on August 30, 2013, 04:47:23 AM
Don,

Much appreciated - I will check it out.

Chuck
Title: Re: Google Maps
Post by: cwtart on August 30, 2013, 08:35:31 AM
Don,

Well, that was easy. I had to change the URL used to retrieve the GeoCoding but that was about it. Your example save me a ton of time figuring this out. Thanks very much for the tip.

Chuck
Title: Re: Google Maps
Post by: DonRidley on August 30, 2013, 03:14:34 PM
The example was from my early testing of mapping.  I still have not perfected it but I'm glad I got you pointed in the right direction.

I forgot about the URL.  Google changed it some time back.

Don