humazed / google_map_location_picker

🌍 Map location picker component for flutter Based on google_maps_flutter
Apache License 2.0
206 stars 309 forks source link

unnamed place issue #91

Closed kittugithubpandey closed 4 years ago

kittugithubpandey commented 4 years ago

unnamed place and if i am searching any place it is giving no result

humazed commented 4 years ago

duplicate of #16

shahzaib44 commented 3 years ago

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