Mindinventory / vanilla-place-picker

Simple(vanilla) yet 'Do it all' place picker for your place picking needs in Android
https://www.mindinventory.com/android-application-development.php
MIT License
120 stars 34 forks source link

is that library affected by the places API changes google is doing? #18

Closed DennyWeinberg closed 5 years ago

DennyWeinberg commented 5 years ago

Google has deprecated the place picker and will be removing it completely, please do not use Place picker in your project and more

I just want to have a place picker. I don't even need autocomplete.

dhruvmi commented 5 years ago

@DennyWeinberg This library is made after Google did changes to the Places API and deprecated the Place Picker, It is alternative to Place Picker and yes you can have simple picker with map, without autocomplete, we have that option for you.

DennyWeinberg commented 5 years ago

Nice! Would it be 100% free of charge without autocomplete and nearby places? (Just the default maps usage that we can't avoid)

dhruvmi commented 5 years ago

@DennyWeinberg there are limits to number of API calls you can make, check official docs for that. it won't work just like that, you have to add the API key and other stuff.

DennyWeinberg commented 5 years ago

Thanks! I will try that. I'm replacing my picker in my "Photo Map" apps, just for your information :)