moe
moe

Reputation: 167

android speed limit on streets

im using location.getSpeed() to get the speed from the GPS my question is how can i get the speed limit on each street so i can compare it with my speed

thanks

Upvotes: 1

Views: 2439

Answers (2)

Kevin Coppock
Kevin Coppock

Reputation: 134714

NAVTEQ seems to be one reputable company that serves up this sort of data. The developer page (linked previously) should give you more information on this. It's not likely to be free; you'd have to contact them to work out a licensing deal of some sort.

Upvotes: 2

mrkva
mrkva

Reputation: 334

Probably there is no simple way, either you have to make a collection (map) with the values and compare it with current GPS position or you can buy from one of the companies dealing with this.

Upvotes: 2

Related Questions