matanshukry / flutter_google_places_sdk

Flutter plugin for google places native sdk
32 stars 68 forks source link

Add location constraints #8

Closed sperochon closed 2 years ago

sperochon commented 2 years ago

Hello, thanks for your plugin!

Could you please add following constraints?

setLocationBias
setLocationRestriction

https://developers.google.com/maps/documentation/places/android-sdk/autocomplete#bias_results_to_a_specific_region

Thanks!

matanshukry commented 2 years ago

Implemented and available in 0.3.1: https://pub.dev/packages/flutter_google_places_sdk/versions/0.3.1

Note: web does not currently support location restriction. https://issuetracker.google.com/issues/36219203

sperochon commented 2 years ago

👍😃 Thanks for the speed! I'm gonna try it!

sperochon commented 2 years ago

Works perfectly fine! 👍 I've post a message on Google issue about location restriction unavailability. Thanks again!