Android Question Speed Limits API KEY

Mr Blue Sky

Active Member
Licensed User
Longtime User
The supplied API key is not configured for use from this Android app in Google map Road Api with
Speed Limits

403 PERMISSION_DENIED Unregistered request was blocked. Please sign up using Google Developers Console.

In the APIs Services all it OK i think the problem it inside my Manifest or AdditionalJar
<meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="Maps Android API KEY"/>
<meta-data android:name="com.google.android.gms.version" android:value="@Integer/google_play_services_version" />


#AdditionalJar: com.google.android.gms: play-services-location
#AdditionalJar: com.google.android.gms: play-services-maps


B4X:
https://roads.googleapis.com/v1/speedLimits?placeId=ChIJ1Wi6I2pNFmsRQL9GbW7qABM&key=&SpeedLimitsAPIKEY

https://roads.googleapis.com/v1/speedLimits?path=14.96601, 103.49121&key=&SpeedLimitsAPIKEY
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Make sure to HAVE the Api
Google Maps Roads API
enabled in your project the Token belongs to.
 
Upvote 0

wes58

Active Member
Licensed User
Longtime User
According to Google - The Speed Limit service is only available to Google Maps APIs Premium Plan customers. If you are an existing customer, you can contact your account manager or file a ticket in the Premium Plan support portal to enable the Google Maps Roads API.
 
Upvote 0
Top