Fixed
Status Update
Comments
da...@google.com <da...@google.com> #2
I would also like to retrieve the total number of reviews.
da...@google.com <da...@google.com> #3
I'd like be able to retrieve all the reviews from placeid end-point or perhaps have another end-point that can retrieve every single review.
da...@google.com <da...@google.com> #4
[Comment deleted]
ap...@google.com <ap...@google.com> #5
I would also like to retrieve the total number of reviews. Basically I would like the undocumented "user_ratings_total" result key to be formalized and guaranteed to be returned.
Thanks.
Thanks.
ap...@google.com <ap...@google.com> #6
I would also like to retrieve the total number of reviews.
da...@google.com <da...@google.com>
na...@google.com <na...@google.com> #7
Total # of reviews would be aawesome
Description
API checks and Java ecosystem recommends SQLiteConnection and SQLiteStatement to implement Closeable / AutoCloseable but there is no KMP common Closeable interface. Other art work has defined a expect Closeable in commonMain and have actual typealias to Java's interface and implemented utility function in native.
It would be also nice if we can add finalizers to close things and warn about leaks. JVM and Android has finalizer APIs (https://docs.oracle.com/javase/9/docs/api/java/lang/ref/Cleaner.html ) along with the soon-to-be-deprecated https://kotlinlang.org/docs/java-interop.html#finalize ) and in iOS there is https://kotlinlang.org/docs/native-ios-integration.html#deinitializers ). But I don't think there is anything available for native...
finalize()
(deinit
(