ridesharing-uber-lyft-app icon indicating copy to clipboard operation
ridesharing-uber-lyft-app copied to clipboard

place and direction api

Open noweshed-akram opened this issue 4 years ago • 2 comments

where do I add place and direction API? I can't search for places, it pops up and disappears when I type for a place. I have added map API under local properties. is it in the same file with a different string name?

noweshed-akram avatar Jun 21 '20 10:06 noweshed-akram

You cannot search for places because You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started

bhan-AGL avatar Jul 09 '20 08:07 bhan-AGL

for people who have trouble adding the API. check out this official link, it worked for me https://blog.mindorks.com/using-local-properties-file-to-avoid-api-keys-check-in-into-version-control-system

add this line in your local.properties file apiKey = "your_API_key";

CristianFernandoRomero1 avatar Feb 11 '21 05:02 CristianFernandoRomero1