问题标签 [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.

0 投票
1 回答
103 浏览

react-native - 自定义事件以检查反应原生 mapbox gl 地图中是否缺少样式图像

我在我的 react native 应用程序中广泛使用react-native-mapbox-gl/maps,我想将动态样式图标添加到图表样式中。

javascript mapbox 库有一个名为styleimagemissing的好事件,我们可以使用它检查缺少哪个样式的图像并构建它。

react-native mapbox gl 库中有类似的东西吗?

换句话说,我会使用 react native mapbox-gl 库来实现这样的目标。

0 投票
1 回答
2005 浏览

react-native - 反应原生地图框问题

我正在尝试在 reactnative 中使用 mapbox,据记录,除了我的应用程序中断之外,我什么都关注。请为您的参考找到以下异常 null 不是对象(评估“MapboxGL.StyleURL”)。 请帮我

0 投票
1 回答
50 浏览

ios - 在 iOS 应用程序上使用 Google 地图(App Review)

我正在使用 Apple Developer 程序。

在我的移动(React Native iOS (和 Android))应用程序中,我使用的是 Google 地图。

我可以这样去 App Store,或者如果我想将我的应用程序提交到 App Store,我需要使用 iOS 地图吗?我会通过 Google 地图的 App Review 吗?

0 投票
1 回答
1941 浏览

android - react-native mapbox 符号层从 URI 动态渲染图标

我需要在我的位置显示自定义图标,这些图标是从特定 URL 动态加载的。这是我的代码。

在样式中,我使用了表达式“get”,它起作用了,因为我用 Icon URI 值设置了 textField,它显示了 uri。但是,如果我使用 URI 设置iconImage属性,则图标会成功显示

0 投票
0 回答
530 浏览

react-native - react-native-mapbox-gl 在发布模式下时应用程序崩溃

应用程序在调试模式下工作正常,在发布模式下崩溃当我们进入地图页面并应用放大或缩小应用程序崩溃时

0 投票
2 回答
5457 浏览

javascript - 如何在 react-native-mapbox-gl 中获取用户位置?

我正在使用 react-native-mapbox-gl 在我的反应应用程序中显示地图,在页面加载时它应该显示用户的位置,就像谷歌地图的显示方式一样,但它无法显示,而是显示其他区域地图的,

有人可以帮忙吗?

提前致谢。

这是片段

0 投票
1 回答
1116 浏览

ios - 更新到 React Native 0.60+ 后未链接动态库

更新到 React Native 后,0.61.5我在链接只能动态链接的库时遇到问题(@react-native-mapbox-gl/maps)。

解决方案通常是在 Podfile 中启用动态库(设置use_frameworks!)。然而,结果这使得所有库都是动态的,并导致只能静态链接的库出现问题(react-native-firebase)。

是否有任何解决方案可以满足这些相互冲突的要求?

设置时use_frameworks!,会在运行时引发此错误:

use_frameworks!未设置时,抛出pod install此错误:

0 投票
1 回答
140 浏览

android - mapbox gl - Pbf 层在 android 中不起作用

我正在使用 react native mapbox gl 并添加了 pbf 磁贴,例如:

版本信息:

它在 ios 中运行良好,但在 android 中出现以下错误:

0 投票
1 回答
229 浏览

android - How to "round" GeoJSON coordinates using mapbox

I am developing a react-native-mapbox-gl app on Windows 10. I need to "round" GeoJSON points uploaded to the app so that they appear in the center of a house block. For example:

Figure 1: A marker is added on the northeaster corner of a block Figure 1: A marker is added on the northeaster corner of a block

Figure 2: The marker is "rounded" / "moved" to the geographical center of the block Figure 2: The marker is

Since it's unfeasible to manually create a GeoJSON geometry for every street there is, is there a way to achieve this?

0 投票
1 回答
1161 浏览

react-native - React Native Mapbox GL:缺少 MarkerView 组件

我希望这是问的正确地方。我正在 Windows 10 上开发 react-native-mapbox-gl/maps 应用程序,但 MarkerView 组件没有出现。这是供参考的 App.js 代码:

MapView 组件和其他 MapboxGL 组件工作正常,但每当我尝试调用 MapboxGL.MarkerView 组件(无论是在 Mapview 内部还是在应用程序中的任何其他位置)时,程序都无法识别它。转到@react-native-mapbox-gl/maps模块也不会产生任何结果,因为缺少 MarkerView 类。它是否已被弃用且 GitHub 文档未更新?有替代品吗?

提前致谢。

注:RN 版本:0.62.2;react-native-mapbox-gl/maps 版本:8.1.0(主)。

Mapbox Token 已正确安装和使用;应用程序的客户端或服务器端都没有安装问题。