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
In GoogleMapsPlaces.getDetailsByPlaceId, in the file lib/src/places.dart we can see that some places have a lot more fields than others, that are not in the PlaceDetails class, so cannot be captured (they are thrown away). Here is an image of an actual http response:
We should be able to capture all fields returned by the web request in PlaceDetails.
The text was updated successfully, but these errors were encountered:
Try with this google_maps_apis which is a fork of this package but with some improvements and bug fixes, including the PlaceDetails fields which are up to date with Google docs.
In
GoogleMapsPlaces.getDetailsByPlaceId
, in the filelib/src/places.dart
we can see that some places have a lot more fields than others, that are not in thePlaceDetails
class, so cannot be captured (they are thrown away). Here is an image of an actual http response:We should be able to capture all fields returned by the web request in
PlaceDetails
.The text was updated successfully, but these errors were encountered: