maximn / google-maps

Google Maps Web Services API wrapper for .NET
BSD 2-Clause "Simplified" License
191 stars 143 forks source link

Support sessionToken parameter in Places API? #124

Closed afroewis closed 2 years ago

afroewis commented 6 years ago

Great repository, thank you!

I would like to use the Place API using this library and I noticed that the library, PlaceAutocompleteRequest to be exact, does not support the sessionToken parameter.

From the Places Autocomplete docs (https://developers.google.com/places/web-service/autocomplete): sessiontoken — A random string which identifies an autocomplete session for billing purposes. If this parameter is omitted from an autocomplete request, the request is billed independently. See the pricing sheet for details.

I think it would make a lot of sense to support this parameter. It would be important for my application.

Shall I create a PR for this feature?

maximn commented 6 years ago

Sure, go ahead and submit a RP