matanshukry / flutter_google_places_sdk

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

Same place but different results between OS (Android & IOS) #85

Open biaarno8 opened 1 month ago

biaarno8 commented 1 month ago

Hi! I have this issue: if I search some places with the same identical Id with the method: fetchPlace I noticed that the results are very different between Android & IOS.

How is it possible? I hope someone can help me. thanks.

flikkr commented 3 weeks ago

@biaarno8 What is the place ID?

biaarno8 commented 3 weeks ago
Screenshot 2024-06-17 alle 12 28 44 PM

This @flikkr

flikkr commented 2 weeks ago

@biaarno8 I meant can you provide an example place ID where the result is different on iOS and Android?

xtreme93 commented 1 week ago

This problem is quite significant, and I'm puzzled as to why the developers are downplaying it.

When I search for a location on an Android device, I receive the correct coordinates. However, on iOS, the coordinates provided are incorrect.

I didn't encounter these issues when I was using the cURL HTTP request directly, so it appears the problem lies within the SDK.