Karl Schmaltz

Results 23 comments of Karl Schmaltz

Awesome! This has been on my list to implement. I'll try to get around to it soon.

I'm not sure if these are the kind of links you are looking for... Android: [https://www.mapbox.com/android-docs/maps/overview/#mapview-xml-attributes](https://www.mapbox.com/android-docs/maps/overview/#mapview-xml-attributes) also: [https://www.mapbox.com/android-docs/api/map-sdk/5.1.4/com/mapbox/mapboxsdk/maps/MapboxMapOptions.html#minZoomPreference-double-](https://www.mapbox.com/android-docs/api/map-sdk/5.1.4/com/mapbox/mapboxsdk/maps/MapboxMapOptions.html#minZoomPreference-double-) iOS: [https://www.mapbox.com/ios-sdk/api/4.5.0/Classes/MGLMapView.html#/c:objc(cs)MGLMapView(py)minimumZoomLevel](https://www.mapbox.com/ios-sdk/api/4.5.0/Classes/MGLMapView.html#/c:objc(cs)MGLMapView(py)minimumZoomLevel)

It looks like clustering has been added to iOS SDK. Is this a feature that could be looked into again? And possibly documented for Android as well? [https://www.mapbox.com/ios-sdk/maps/examples/clustering/](https://www.mapbox.com/ios-sdk/maps/examples/clustering/)

Could it even be possible to implement a feature that replaces the default info window with a custom view? I found these links for both Android and iOS that could...

Do you think it would even be possible? I do not need it right now, but my app will eventually need a feature like that. I'm at a critical point...

My current workaround is removing all the markers right before the new map instance opens, and then re-add them when that new instance is closed/destroyed.

+1 would like to see this merged and published asap. This breaks dozens of open-source projects I help maintain.

Hi @schnapzz, I've been having the exact issue as you. I don't know why other people aren't having this issue as well because it seems like a huge impediment if...

Apparently this is a known problem, but there hasn't been anything that I know of to fix it. https://stackoverflow.com/questions/54797434/nativescript-dev-appium-uielement-text-uielement-getattributevalue-ret I did find a work-around though. Anywhere I'm trying to read/check...