I want to get the speed limit of a specific route. Is it possible to get by using any Google APIs ?
Asked
Active
Viewed 1.1k times
10
-
http://stackoverflow.com/questions/8469101/how-to-get-the-marked-speed-limit-of-a-road-out-of-longitude-and-latitude see the above link friend some ideas are there. – Venkatesh S Jan 31 '13 at 06:55
-
1This is a really old question but I thought I would add that the roads api can give you speed limits. https://developers.google.com/maps/documentation/roads/ – Jesson Atherton Mar 06 '15 at 13:41
-
@JessonAtherton is right. But just wanna add that Google allows using the Roads API only on its PREMIUM PLAN :( – Hyder Nov 17 '16 at 06:25
2 Answers
2
You can get it for free by using their test API app. You can edit the GPS points in the GUI or add them to the list like below.

BeachMiles
- 438
- 3
- 7
0
Luckily now Google provides speed limit, by using their Google Roads API but only on their Premium Pricing Plan.

Hyder
- 1,163
- 2
- 13
- 37