InteractiveInfoWindowAndroid
InteractiveInfoWindowAndroid copied to clipboard
Library project, developed and maintained by Appolica, offering an interactive info window for Google maps on Android.
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'com.google.android.gms.maps.Projection com.google.android.gms.maps.GoogleMap.getProjection()' on a null object reference at com.appolica.interactiveinfowindow.InfoWindowManager.centerInfoWindow(InfoWindowManager.java:485) at com.appolica.interactiveinfowindow.InfoWindowManager.access$300(InfoWindowManager.java:56) at com.appolica.interactiveinfowindow.InfoWindowManager$2.onPreDraw(InfoWindowManager.java:302) at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:993) at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2704) at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1636) at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7946) at...
i am unable remove background from fragment
Hi there Absolutely love the library, thanks a lot for working on it! I'm switching to the Google Maps SDK version 3.1.0 (https://developers.google.com/maps/documentation/android-sdk/v310-beta) at the moment for the colored Polylines....
hi, I've got multiple error on crashlitycs : Fatal Exception: java.lang.NullPointerExceptionAttempt to invoke virtual method 'void com.appolica.interactiveinfowindow.InfoWindow.setWindowState(com.appolica.interactiveinfowindow.InfoWindow$State)' on a null object reference -- ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke...
There are a few crashes for the users. I'm sure that the exact android version doesn't matter here, but just for case, Android 9 and Android 10. Please, advise what...
when I use that function setOnCameraIdleListener(GoogleMap.OnCameraIdleListener onCameraIdleListener). I didn't receive anything when I zoom in/out the map. Have somebody have any idea? Thanks, Tang
Hi. I observed a crash in `onSaveInstanceState()` in the play console. I could reproduce this NPE using "don't keep activities" flag: 1. I opened the app 2. Open the screen...
I want to implement this library in expo project. is it possible?
Hi, Is that possible to use this library with clusters?. And Is that possible to customize the Map color using the JSON file?
Hello, is this library capable of being used in a react native Expo project? Thank you