We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unnamed place and if i am searching any place it is giving no result
The text was updated successfully, but these errors were encountered:
duplicate of #16
Sorry, something went wrong.
You should place metadata info in android manifest file like this:
application meta-data android:name="com.google.android.geo.API_KEY" android:value="<put your api KEY here"/> application
and not in other position like for example under:
application activity meta-data android:name="com.google.android.geo.API_KEY" android:value="<put your api KEY here"/> activity application
This worked for me
No branches or pull requests
unnamed place and if i am searching any place it is giving no result
The text was updated successfully, but these errors were encountered: