googlemaps / android-places-ktx

Kotlin extensions (KTX) for the Places SDK for Android
https://developers.google.com/places/android-sdk/ktx
Apache License 2.0
98 stars 23 forks source link

awaitFetchPlace() should allow customization of FetchPlaceRequest. #178

Open fbarthelery opened 1 year ago

fbarthelery commented 1 year ago

Is your feature request related to a problem? Please describe. awaitFetchPlace() should allow customization of FetchPlaceRequest. This was the case before but it was changed in #103 . FetchPlaceRequest.Builder have additional setters method and not just setCancellationToken(). At the moment it is not possible to set the session token anymore

Describe the solution you'd like Revert part of #103

wangela commented 1 year ago

If you would like to upvote the priority of this issue, please comment below or react with :+1: so we can see what is popular when we triage.

@fbarthelery Thank you for opening this issue. 🙏 Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

DexterBishop commented 2 months ago

Is there any update on this issue?