Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get speed limit by using google maps api?

I want to get the speed limit of a specific route. Is it possible to get by using any Google APIs ?

like image 589
kiran Avatar asked Jan 31 '13 06:01

kiran


People also ask

Can Google Maps show speed limit?

If the Speed Limits feature is available in your location, the speedometer in the app will let you know if you're driving too fast. The speed indicator will change colors if you go over the speed limit. Note: External factors may cause the Maps Speedometer to differ from your actual speed.

Is Google road API free?

The Roads API uses a pay-as-you-go pricing model. Roads API requests generate different SKUs depending on the type of request: route traveled with snap to roads, nearest roads, or speed limits. Along with the overall Google Terms of Use, there are usage limits specific to the Roads API.


1 Answers

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.

https://developers-dot-devsite-v2-prod.appspot.com/maps/documentation/roads/full/inspector_with_api_key/#33.804563,%20-118.390564|33.806534,%20-118.389818|33.808062,%20-118.388568|33.810220,%20-118.387004|33.811542,%20-118.386693|33.814829,%20-118.386496|33.815859,%20-118.385744|33.817249,%20-118.384425|33.818196,%20-118.383715

like image 158
BeachMiles Avatar answered Oct 14 '22 04:10

BeachMiles