LIGI GEORGE
LIGI GEORGE

Reputation: 1

Integrating google map api key in my android project

when I update the google map API key in my android studio project it will not list the destination address when I try to type the location

Upvotes: 0

Views: 890

Answers (1)

Pratik
Pratik

Reputation: 456

There can be many reasons for this

  • Please verify you API key and package name you have added in google console.
  • Please verify your android manifest configuration.
  • Make sure you have enabled Map API in console
  • Please check log-cat for getting more information related to the issue.

even after you cannot find any issue. please go through this link Google maps Android

Upvotes: 1

Related Questions