Conversation
…if its id is not specified
fix: Double markers are drew after marker dropped
…andler and OnMapLoadedHandler are the same meanings
…andler and OnMapLoadedHandler are the same meanings
…andler and OnMapLoadedHandler are the same meanings
…iewport is changed
…moteSpatialMarkerStrategy
Contributor
Author
|
Circle.geodesicがMapbox、MapLibreで上手く動かないので未実装。 |
wf9a5m75
added a commit
that referenced
this pull request
Nov 28, 2025
* implement MapLibre skeleton * implement Maplibre skeleton * wip: implementing symbol_layer * wip: symbol_layer * fix: marker is not drawn * wip: adjusting ArcGISMapView initialization steps * Fix: ArcGIS fails during initialization * Load styles before creating ArcGISMapViewHolderImpl * feat: add Polyline * fix: ArcGIS crashes * feat: Polygon for MapLibre * fix: gradlew allLintChecks do not work * fix: Overlay component is not removed automatically on recomposition if its id is not specified * feat: Polygon supports click event if its geodesic property is false * feat: Polygon.geodesic property * feat: PolygonState.zIndex works for renderring order and click detection priority * feat: Draw Polyline by z-index correctly * fix: Polygon.geodesic = false does not work on Here * fix: KtLint errors * feat: Geodesic polygon example * wip: drawing circle on maplibre * fix: circle does not render on MapLibre * fix: consider polygon's z-index on Here and ArcGIS * fix: Polygon's geodesic property does not work on ArcGIS * Add MapLibre choice for demonstrations * Add MapLibre choice for demonstrations * Add MapLibre choice for demonstrations * fix: moveCamera does not work on each mapview state * fix: Marker does not render on Mapbox * fix: Marker remains in the dragging mode after marker is dropped * fix: Can not drag marker on MapLibre. fix: Double markers are drew after marker dropped * fix: icon size is incorrect on MapLibre * fix: Icon cache mechanism is incorrect * fix: Icon size is incorrect only at polygon/geodesic example * refactor: change the comment * fix: camera zoom level on MapLibre does not match with other SDKs * fix: remove OnMapViewInitializedHandler because OnMapViewInitializedHandler and OnMapLoadedHandler are the same meanings * fix: remove OnMapViewInitializedHandler because OnMapViewInitializedHandler and OnMapLoadedHandler are the same meanings * fix: remove OnMapViewInitializedHandler because OnMapViewInitializedHandler and OnMapLoadedHandler are the same meanings * refactor: prevent error if layers are already added * fix: the markers of bunch of markers example does not draw the markers on MapLibre * fix: some markers in the viewport of MapLibre would be dismiss when viewport is changed * refactor: improve the performance * feat: apply the same logic of RemoteSpatialMarkerStrategy to NativeRemoteSpatialMarkerStrategy * feat: Introduce threading technique * feat: ensure markers are drew on Mapbox and MapLibre * feat: ensure markers are drew on ArcGIS, Google Maps, and HERE * fix: ktLint errors
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.
Circle is not yet