maps-core icon indicating copy to clipboard operation
maps-core copied to clipboard

The lightweight and modern Map SDK for Android and iOS

Results 26 maps-core issues
Sort by recently updated
recently updated
newest added

During runtime we discovered this exception within our crashlytics, we're using the [lib-open-swiss-maps-sdk](https://github.com/geoadmin/lib-open-swiss-maps-sdk) version 1.1.4: Fatal Exception: java.lang.IllegalStateException: GpsLayer is already destroyed! at io.openmobilemaps.gps.GpsLayer.requireLayerInterface(GpsLayer.kt:1) at io.openmobilemaps.gps.GpsLayer.onCompassUpdate(GpsLayer.kt:1) at io.openmobilemaps.gps.compass.CompassProvider.onSensorChanged(CompassProvider.kt:11) at android.hardware.SystemSensorManager$SensorEventQueue.dispatchSensorEvent(SystemSensorManager.java:982)...

android

Hi, Do you plan to implement clustering for icon-layers?

enhancement

JNI DETECTED ERROR IN APPLICATION: JNI NewGlobalRef called with pending exception java.lang.ClassNotFoundException: Didn't find class "io.openmobilemaps.mapscore.shared.MapsCoreSharedModule$CppProxy" on at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:230) MY CODE IS : FRAGMENT: binding.mapViewDealers.setupMap(MapConfig(CoordinateSystemFactory.getEpsg3857System())) binding.mapViewDealers.registerLifecycle(lifecycle) XML:

android

Adding A Sample Will Be Nice To Guide.

documentation

Fixes an issue where a layer locking a mutex inside one of the methods called by the MapScene (e.g. `drawFrame` or `pause`) causes a change in the layer that would...

when I draw polyine in iOS it looks like this how I can make smooth linked join for polyline lineCap.ROUND not work as expected