a14n / dart-google-maps

A library to use Google Maps JavaScript API v3 from Dart scripts.
Other
125 stars 63 forks source link

Missing fields in places details #89

Closed FallenRiteMonk closed 3 years ago

FallenRiteMonk commented 3 years ago

In v3 places details request is missing the fields 'sessionToken' and 'fields'.

They seem to be present in the master branch though (https://github.com/a14n/dart-google-maps/blob/master/lib/src/generated/places/place_details_request.dart). Could these be re added?

a14n commented 3 years ago

Version 4.0.0 is published and the fields mentionned are now available.