Hannu Tapanila

Results 7 comments of Hannu Tapanila

You need to use e.g. `getExtendedMapAsync()` to get `com.androidmapsextensions.GoogleMap` object. From that object, you can call like `map.setClustering(settings)` to set clustering settings. These is some examples in `android-maps-extensions-demo` project, under...

> getMapAsync() returns a com.google.android.gms.GoogleMap object not com.androidmapsextensions.GoogleMap objet and both objects are inconvertible to one another If you want to use this library, you can not use directly Google...

paho.mqtt.java version 1.2.1 requires Android 7 (API level 24) or later (https://github.com/eclipse/paho.mqtt.java/issues/633) I think it does not make sense to make such android version requirement for this lib. So before...

@nitaliano do you have any ideas about this?

Im seeing pretty similar figures on our app, crashes on android... 😟 `[email protected]` `[email protected]`

Old issue but... I think this is more of on issue on Firebase Crashlytics side, not the way how this lib works. Looks like Firebase Crashlytics groups exceptions by the...

Interoperability with Views and Fragments works fine with, `AndroidView` and `AndroidFragment`. If I embed a Fragment into my screen composable using `AndroidFragment`, is there any way to obtain the same...