Pravin
Pravin

Reputation: 645

Issue in using parameter in google map API

I am trying to implement google maps print for that i am using API

https://maps.google.com/maps?saddr=&daddr

To initiate print it is said to be that pw is the parameter . And i used like this

https://maps.google.com/maps?saddr=Raleigh%20Road,%20Chapel%20Hill,%20NC,%20United%20States&daddr=Chapel%20Hill%20Road,%20Raleigh,%20NC,%20United%20States&dirflg=r&om=1&pw=2

But it is not showing any result but 404.

Can someone help me with this?

Upvotes: 0

Views: 35

Answers (1)

geocodezip
geocodezip

Reputation: 161384

That "API" is "classic" google maps. It was never documented officially and is no longer supported.

It has been replaced by the Embed API

Upvotes: 1

Related Questions