Conversation
* remove from request url for tile server. * ZoomAltitudeConverter considers latitude and tilt distance = zoom0Altitude * cos(lat) / 2^zoom altitude = distance * cos(tilt) lat/tilt clamp + minCosLat/minCosTilt * googlemaps: adaptive geodesic interpolation (zoom-based segment length) + LRU cache for polyline/polygon * fix: InfoBubble ignores click event * adjust circle radius * fix: initial camera position is ignored on Here SDK sometimes * - fix(arcgis): correct zoom conversion (remove -1.0 bias) - fix(arcgis): prevent disposed controller from overwriting camera on rapid provider switching - fix(arcgis): restore requested camera when viewpoint is reset after scene/basemap updates * Use DefaultMapViewItems for GroundImageMapPage.kt * Replace Japanese labels with in English * improve: GroundImage on ArcGIS * insert debounce to improve redraw performance. * Android(core): tileserver: add cacheKey path segment to LocalTileServer URL templates * Android(MapLibre/Mapbox/HERE/ArcGIS GroundImage): groundimage: switch tile URL cache busting from query to cacheKey path * implement marker tile layer for GoogleMaps * improve performance and clickable * improve marker rendering layer performance * fix: marker click may causes crash * introduce markerState.autoScalable * keep the original scale when markerState.autoScalable=true * drawing markers with collect size * fix: missing tile when change zoom levels quickly * wip: tile missing problem * re-implement MarkerTileLayer using RasterLayer * MarkerTileLayer works fine on GoogleMaps * introduce MarkerTileLayer for HERE * introduce MarkerTileLayer for MapLibre * introduce MarkerTileLayer * introduce MarkerTileLayer for MapBox * introduce MarkerTileLayer for Google Maps * wip: update the index page * introduce MarkerTileLayer for ArcGIS * fix: zoom level between mapbox and arcgis is incorrect * align zoom levels for all maps SDKs * update the JA top page * - refactor: decouple clustering support via map service registry - refactor(core): add MapServiceRegistry and move MarkerRenderingSupport to core - refactor(marker-clustering): resolve rendering support from LocalMapServiceRegistry - refactor(for-*): register MarkerRenderingSupport plugin; drop controller inheritance - chore(build): remove marker-clustering dependency from for-* modules * (getting better): MarkerTileLayer is unstable * fix: vertical flipped drawing * wip: simplify MarkerRasterLayer * improve marker cluster algorithm * - fix: MarkerTileRendering renders incorrect tiles - Removed: MarkerStrategy and MarkerNativeStrategy modules are removed
- Add zIndex property to Marker, Circle, Polyline, and RasterLayer for controlling overlay draw order across all map SDKs - Improve camera move callbacks with debouncing for ArcGIS and HERE to support camera sync scenarios - Add tile server warmup functionality to reduce raster layer latency - Fix HERE URL template handling for templates with query parameters - Remove unused imports and fix code formatting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This release PR merges changes from
v1.1.3intomain.It includes major feature additions (Heatmap / Marker Clustering / GroundImage / RasterLayer), provider-level implementation updates, documentation expansion, and multiple bug fixes.
origin/main...v1.1.3Key Changes
1) New Features
MarkerClusterGroup(Feature: Introducing MarkerClusterGroup #86)RasterLayerandTileServer-basedHeatmapOverlayacross providers (Add RasterLayer, TileServer-based HeatmapOverlay across providers #87)GroundImagefor ArcGIS / Here / Mapbox / MapLibreholeproperty support for PolygonzIndexsupport for map overlays2) Architecture and Module Refactoring
coreintocore(runtime) andcore-domain(pure logic)xxxInterface)MarkerRenderingGroup/MarkerClusterGroupresponsibilities into dedicated modules3) Bug Fixes and Stability
markerState.icon == nullaltitudeToZoomLevelinconsistenciesmarker.positionupdates were not applied4) Documentation Updates
Compatibility and Impact