matanshukry / flutter_google_places_sdk

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

[iOS] Viewport is null on iOS #15

Closed simkepal closed 1 year ago

simkepal commented 2 years ago

Hello,

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

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

Thank you for your help!

Milvintsiss commented 1 year ago

Any update on this?

It's seems that the iOS implementation has not been finished since this line is commented out.

matanshukry commented 1 year ago

It has not. I don't have a mac so I can't really develop or even test this at this moment. PRs are more than welcome though.

Milvintsiss commented 1 year ago

OK. I will take a look at it and do a PR if I manage it out :)

matanshukry commented 1 year ago

Implemented.

Thanks @Milvintsiss !