Hi I noticed some other users requesting a directions ability rather just the ability to map to a single location. This can be useful for dispatching a technician so they do not get lost.
Refer to this thread
I was able to accomplish this using MapQuest. I did not try with Google Maps but it will probably work the same way. Make sure to replace the following fields and do not leave any spaces: ENTER YOUR CITY HERE, ENTER YOUR STATE HERE, ENTER YOUR STREET ADDRESS HERE, ENTER YOUR ZIP CODE HERE
Base URL: http://www.mapquest.com/maps
URL Parameters: ?1c=ENTER YOUR CITY HERE&1s=ENTER YOUR STATE HERE&1a=ENTER YOUR STREET ADDRESS HERE&1z=ENTER YOUR ZIP CODE HERE&1v=ADDRESS&2c=<CMTLBLDATA_FLDCRDCITY>&2s=<CMT LBLDATA_FLDCRDSTATE>&2a=<CMTLBLDATA_FLDCRDADDRESS1 >&2z=<CMTLBLDATA_FLDCRDZIP>&2v=ADDRESS
Refer to this thread
I was able to accomplish this using MapQuest. I did not try with Google Maps but it will probably work the same way. Make sure to replace the following fields and do not leave any spaces: ENTER YOUR CITY HERE, ENTER YOUR STATE HERE, ENTER YOUR STREET ADDRESS HERE, ENTER YOUR ZIP CODE HERE
Base URL: http://www.mapquest.com/maps
URL Parameters: ?1c=ENTER YOUR CITY HERE&1s=ENTER YOUR STATE HERE&1a=ENTER YOUR STREET ADDRESS HERE&1z=ENTER YOUR ZIP CODE HERE&1v=ADDRESS&2c=<CMTLBLDATA_FLDCRDCITY>&2s=<CMT LBLDATA_FLDCRDSTATE>&2a=<CMTLBLDATA_FLDCRDADDRESS1 >&2z=<CMTLBLDATA_FLDCRDZIP>&2v=ADDRESS
Comment