Chris Arriola

Results 134 comments of Chris Arriola

Is this an issue pertaining to samples in this repository or if this is a general Maps SDK question? If it's the latter, I recommend searching or asking through existing...

Since this issue is related to the Maps BETA library itself, the best place to receive support for this and surface this to our engineering team is by filing an...

Thanks for reporting. Feel free to send us a PR for it!

Hi @dkati thanks for reporting. Since this is an issue with the Maps SDK itself, please file this issue here: https://issuetracker.google.com/issues/new?component=188870&template=788712 If you have an example app demonstrating this that...

Thanks @bubenheimer for creating this issue. This is very detailed and helps us improve the API for marker dragging. I agree with a lot of the proposed changes—it will be...

I am waiting for the [ComposableTarget](https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/ComposableTarget.kt?q=ComposableTarget&ss=androidx%2Fplatform%2Fframeworks%2Fsupport) annotation class to be released which will prevent invocation of Google Map elements outside of `MapApplier`. My original design used this technique but `ComposableTarget`...

Done in #130. It'll be part of the next Maps Compose release

This should be good to merge. Will let @wangela take over from here

The compiler is not able to infer the stability on `LatLng` as it is an external module. The solutions you propose are indeed the ways to resolve this and I...

Ugh, thought this fixes it but apparently not :(