Hi there,

Ive been looking through the API and couldnt quite pinpoint how i
would go about doing this. We have our own inhouse software which
automatically takes the postcode address of a customer and puts it
into a map to show its location.

We used to use Multimap for this, but recently its been taken over by
Bing and its less than impressive.

What made Multimap easy for us to pass queries through was by the url
such as:

http://www.multimap.com/maps/?qs=CV116YS&countryCode=GB

As you can see, by simply replacing the postcode we can get maps quite
easily - i see you can do the following:

http://maps.google.co.uk/maps?q=CV116YS

which produces the same result

however what i am looking for is to be able to set a direction route
via 2 postcodes that we can query in the URL

so it would be something like

http://maps.google.co.uk/maps?from=CV116YS&to=XY123ZY

is it possible to do this through the URL? or even so, is it possible
through the Google API?

Thanks for any help

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to