matanshukry / flutter_google_places_sdk

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

Start sending viewport to the flutter app on ios #13

Closed sidneyorlovski closed 2 years ago

matanshukry commented 2 years ago

Thanks for the pull request @sidneyorlovski !

Will release a new version with that soon.

simkepal commented 2 years ago

Hello,

I need some help. For me on iOS viewport is still returning null. Am I doing something wrong?

final List<PlaceField> fields = [ PlaceField.Viewport, PlaceField.Location, ]; FetchPlaceResponse response = await _places.fetchPlace(placeId, fields: fields);

Thank you for your help!