Commit dc63dfd
authored
V1.1.3 (#85)
* add auto-translation script using OpenAI API
* commonalize code blocks
* Componentize all code blocks across all JA documentations
* prevent crashes
* wip: fixing the documents
* wip: fixing the documents
* wip: fixing the documents
* wip: fixing the documents
* wip: fixing the documents
* wip: fixing the documents
* wip: fixing the documents
* wip: fixing the documents
* wip: fixing the documents
* Implement the sdkInitialize callback property for ArcGISMapView
* sample: sdkInitialize for ArcGISMapView
* update: ArcGISMapViewHoler pages
* import ArcGISOAuthHybridInitialize
* fix: build error of the example-app
* add the marker animation sections
* creating event page
* fix: altitudeToZoomLevel is incorrect
* remove okhttp dependencies
* remove event/onMapLoaded
* wip
* fix: GeoPoint
* fix: Align the class name with others: "MapLibreDesignType"
* add: some predefined map designs
* feat: Polyline and Polygon components accepts GeoRectBounds
* fix: Align the class name with others: "MapLibreDesignType"
* fix: GeoRectBounds.union generates a new bounds
* add: some predefined map designs
* update UnionBoundsExample
* fix: new map tile designs for MapLibre cause a crash
* fix: the title in the sidebar becomes under the camera position
* refactor: move overlay event callbacks to state objects
* feat: MapCameraPosition accepts GeoPoint object for the position parameter
* fix: changing marker.position does not work
* update examples
* fix: linter errors
* feat: MarkerRenderingStrategy is renamed to MarkerRenderingGroup, and provides it as Composable function
* Feature: Introducing MarkerClusterGroup (#86)
* wip: marker clustering
* wip: marker clustering
* wip: marker clustering
* feat: draw the circle for a clustered icon in order to represent approximately radius
* Remove debug log code
* Introduce MarkerClusterGroup for ArcGIS, Here, Mapbox, and MapLibre
* Add MarkerCluster Example
* fix: Linter errors
* Add RasterLayer, TileServer-based HeatmapOverlay across providers (#87)
* feat: introduce RasterLayer component
* feat: introduce TileServer and HeatmapOverlay
* feat: introduce TileServer and HeatmapOverlay
* add ARCHITECTURE.md
* fix: typo "durationMills" to "durationMillis"
* fix: onGroundImageClick is not used
* rename: DefaultIcon is renamed to DefaultMarkerIcon
* refact: xxxImpl(実装) と xxx(インタフェース)を、xxx(実装)と xxxInterface(インタフェース)に変更
* split the core module into two modules: "core(jetpack runtime)" and "core-domain(pure logic)"
* fix: ktLint errors
* Get rid of the MarkerRenderingGroup and MarkerClusterGroup from each SDK module. They should be in the mapconductor-maker-clustering module only.
* Add marker clustering demo
* refactor: some spherical functions were moved into each separate file
* feat: implement enableZoomAnimation for MarkerClusterGroup
* remove old cluster marker after marker animation is done
* remove old cluster marker after marker animation is done
* optimize marker clustering performance on panning the map
* optimize marker animation for marker clustering
* optimize marker animation for marker clustering
* Provide TileServer feature by default instead of isolated module
* Put back the mapconductor-core-domain into the mapconductor-core module.
* rename "bitmap" to "image"
* remove unused code
* fix: Can not load OSM raster tile
* fix: Can not load OSM raster tile
* introduce ChildCollector
* fix: heatmap tile drawing issue
* implement GroundImage for MapLibre
* implement GroundImage for Mapbox
* wip: heatmap optimization
* wip: heatmap optimization
* ignore .gradle-user-home
* implement GroundImage for Here
* feat: implement GroundImage for ArcGIS
* V1.1.3 sync ios (#88)
* 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
* fix: marker tiling ignore the anchor and the scale properties
* fix: build errors
* introduce MarkerTileRendering
* fix: ArcGIS camera bearing calculation is incorrect
* No longer necessary homography
* feat: introduce the hole property for Polygon
* feat: introduce the hole property for Polygon
* feat: introduce the hole property for Polygon
* feat: introduce the hole property for Polygon
* refact: align the zoom levels
* feat: add zIndex property to map overlays and improve camera callbacks
- 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
* Remove unnecessary file
* fix: Marker click detection does not work when markerState.icon is null
* code cleanup
* Adjust the ArcGIZ Optimized zoom0 value
* Adjusting the ArcGIZ zoom levels1 parent 4f24341 commit dc63dfd
1,176 files changed
Lines changed: 64607 additions & 43165 deletions
File tree
- .claude
- Sources/MapConductorForGoogleMaps/marker
- docs
- .claude
- public
- cloud/arcgis
- groundimage
- mapcameraposition
- mapviewholder
- marker
- polygon
- state/marker-state
- scripts
- src
- assets
- groundimage
- index
- mapviewcomponent
- polygon
- state/marker-state
- astro
- components
- api
- event-handlers
- initialization
- cloud/arcgis
- components
- circle
- groundimage
- infobubble
- mapviewcomponent
- mapviewstate
- marker
- polygon
- polyline
- core
- geopoint
- georectbounds
- mapcameraposition
- mapviewholder
- marker-icons
- spherical-utilities
- zoom-levels
- event
- examples
- advanced-usage
- basic-usage
- experimental
- icons
- marker-native-strategy
- marker-strategy
- get-started
- home
- index
- introduction
- modules
- provider-compatibility
- sdk-version-compatibility
- setup
- arcgis
- common
- google-maps
- here-maps
- mapbox
- maplibre
- states
- circle
- groundimage
- marker
- polygon
- polyline
- content/docs
- api
- cloud/arcgis
- components
- core
- es-419
- api
- cloud/arcgis
- components
- core
- event
- examples
- experimental
- mapviewholder
- setup
- states
- event
- examples
- experimental
- ja
- api
- cloud/arcgis
- components
- core
- event
- examples
- experimental
- mapviewholder
- setup
- states
- mapviewholder
- setup
- states
- remark
- styles
- utils
- vite
- example-app
- src/main
- assets
- java/com/mapconductor
- example
- pages
- circle
- groundimage
- heatmaplayer
- infobubble
- map
- basic
- camerasync
- design
- flyto
- visibleregion
- marker
- animation
- icons
- postofficecluster
- postoffice
- polygon
- basic
- click
- geodesic
- polyline
- basic
- click
- rasterlayer
- ui
- sidebar
- postoffice
- utils
- res/xml
- gradle
- mapconductor-bom
- mapconductor-core
- src
- main/java/com/mapconductor
- core
- circle
- controller
- features
- geocell
- groundimage
- map
- marker
- polygon
- polyline
- projection
- raster
- spherical
- tileserver
- settings
- test/java/com/mapconductor/core
- features
- polyline
- spherical
- mapconductor-for-arcgis
- src/main/java/com/mapconductor/arcgis
- authentication
- circle
- groundimage
- marker
- polygon
- polyline
- raster
- zoom
- mapconductor-for-googlemaps
- src/main/java/com/mapconductor/googlemaps
- circle
- groundimage
- marker
- polygon
- polyline
- raster
- zoom
- mapconductor-for-here
- src/main/java/com/mapconductor/here
- circle
- groundimage
- marker
- polygon
- polyline
- raster
- zoom
- mapconductor-for-mapbox
- src/main/java/com/mapconductor/mapbox
- circle
- groundimage
- marker
- polygon
- polyline
- raster
- zoom
- mapconductor-for-maplibre
- src/main/java/com/mapconductor/maplibre
- circle
- groundimage
- marker
- polygon
- polyline
- raster
- zoom
- mapconductor-heatmap
- src/main
- java/com/mapconductor/heatmap
- mapconductor-icons
- mapconductor-marker-clustering
- src/main
- java/com/mapconductor/marker/clustering
- mapconductor-marker-native-strategy
- src
- androidTest/java/com/mapconductor/icons
- main
- aidl/com/mapconductor/marker/nativestrategy/spatial
- cpp
- java/com/mapconductor/marker/nativestrategy
- spatial
- mapconductor-marker-strategy
- src
- androidTest/java/com/mapconductor/icons
- main
- aidl/com/mapconductor/marker/strategy/spatial
- java/com/mapconductor/marker/strategy
- spatial
- test/java/com/mapconductor/icons
- simple-map-app
- release
- src/main
- assets
- java/com/mapconductor/simplemapapp
- postoffice
- res
- drawable
- xml
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
Lines changed: 197 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | | - | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| 125 | + | |
0 commit comments