-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add camera specific flow events and deprecate cameraEvents(). #113
Conversation
Codecov Report
@@ Coverage Diff @@
## kotlin-flow #113 +/- ##
=============================================
Coverage ? 0.00%
=============================================
Files ? 28
Lines ? 222
Branches ? 27
=============================================
Hits ? 0
Misses ? 222
Partials ? 0 Continue to review full report at Codecov.
|
ddc282e
to
b8bf7b7
Compare
b8bf7b7
to
032ef19
Compare
* feat: Add camera specific flow events and deprecate cameraEvents(). (#113) * feat: Add circleClickEvents() (#131) * feat: Add groundOverlayClicks() (#132) * feat: Add indoorStateChangeEvents() (#138) * feat: Add indoorStateChangeEvents() * Update demo to use local maps-ktx * feat: Add flow support for info window events. (#139) * feat: Add more flow events Added the following APIs: * mapClickEvents() * mapLongClickEvents() * markerClickEvents() * markerDragEvents() * myLocationButtonClickEvents() * chore: Bump Maps version to 17.0.1 and compile/target sdk to 30 * feat: Add remaining flow extensions Added the following APIs: * myLocationClickEvents() * poiClickEvents() * polygonClickEvents() * polylineClickEvents() * feat: Add flow extensions to StreetViewPanoramaView.
Adds camera flow events and deprecates
cameraEvents()
. See #111 for reasoning.