humazed / google_map_location_picker

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

Additional google charges due to unused called method #185

Open davemg3 opened 2 years ago

davemg3 commented 2 years ago

Results of these interesting methods are not used reverseGeocodeLatLng(latLng) getNearbyPlaces(latLng) So they should be desactivated as it creates addition unuseful search and consequently google additional charges

rubenaster commented 2 years ago

Check out the two functions, they set variables and call setState().

Or how do you think they're not needed? Maybe I don't get it :)