You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also need this. Would be good to have an implementation for the Google Current Place API. There are both Android and iOS native SDKs, why don't we have a Flutter version too?
Is there any way to get location by current lat and lng?
like this,
PlacesDetailsResponse detail = await places.getDetailsByLatLng(Location(lat: lat, lng: lng));
The text was updated successfully, but these errors were encountered: