问题标签 [react-native-mapbox-gl]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
react-native - React Native mapbox gl zIndex未按预期显示
我正在尝试构建一个 LIVE 地图,我注意到当渲染处于不同状态时,react-native mapbox gl 的 zIndex 不起作用。当您在之后渲染某些东西时,它会留在下面。无论如何,某些事情总是最重要的吗?例如,无论如何,回调应该始终位于最前面。
react-native - 如何在本机反应(react-native-mapbox-gl)中手动隐藏带有 MapBoxGL.Callout 的工具提示?
我现在使用 MapBoxGL.PointAnnotation 在地图视图上显示几个标记。我添加了 MapboxGL.Callout 组件以在选择标记时显示工具提示。
它按我的预期工作。问题是我在选择地图框的其余区域时无法隐藏工具提示。When I select another marker, it's working fine (hide current tooltip and show selected marker's tooltip), but tooltip is remained when select the rest area of the mapview except markers.
javascript - 抽象时反应元素不渲染
尝试映射数据以创建元素 - 元素未出现。当元素被硬编码时,(标记)它们可以正常工作。当我尝试对其进行抽象时,不会呈现标记。代码框如下。
https://codesandbox.io/s/lucid-leakey-hckm2k?file=/src/App.js