[Improvement] Marker component
See original GitHub issueHi there,
Just a question/recommandation/idea of improvement: because I struggle quite a lot to try and put a simple marker on my map, and it looks so complicated for such a basic feature (why would I need a GeoJSON ?), why not create an abstraction of it and create a MapboxGL.Marker
component such as the react-native-maps/marker ?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:8
- Comments:16 (5 by maintainers)
Top Results From Across the Web
[Improvement] Marker component · Issue #227 · rnmapbox/maps
Hi there, Just a question/recommandation/idea of improvement: because I struggle quite a lot to try and put a simple marker on my map, ......
Read more >Combination of multiple functional markers to improve ... - NCBI
In this article, we propose a one-dimension scalar feature motivated by square loss distance, as an alternative of the original functional curve ...
Read more >Engraving | Process Improvement | Laser Marking Central
Laser markers support small and large products requirements, can deliver damage-free marks, and don't require part updates whenever a new product is introduced....
Read more >An enhanced marker pattern that achieves improved accuracy ...
The main goal of this paper is to design an enhanced cylindrical marker that achieves improved accuracy for surgical tool tracking.
Read more >A Pathologist's Toolbox for Predictive Marker Quality ...
Describe the elements of an IHC laboratory quality plan; Understand the value of a standard approach to IHC assay improvement; Review components of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So thanks to all your help I could build a proper components to show custom markers, see the code below. My only big issue is: it doesn’t update when a new marker is dynamically added, even with the trick to set a
key
prop onShapeSource
updating properly. I think I tried a lot of times but I can’t still figure out what is wrong there…@ethaqnix I still have an issues with your solution:
Mapview
doesn’t update when aShapeSource
is added: I was able to show the newly added Marker by updating theMapview
key, do you know why ?If you have some clues there it would be great !