Is there any way to pre-populate the destination address just using the get directions module alone? Any where in the code where you can do this? Thanks

Comments

hutch’s picture

If you have the latitude and longitude you can, use the form of
/getdirections/latlon/(to or from)/latitude,longitude/description
eg
/getdirections/latlon/to/51.513444,-0.159392/marble arch,london,uk

renthead1978’s picture

thanks for the quick response, it worked