react native - 在没有互联网连接的情况下获取 gps
Posted
技术标签:
【中文标题】react native - 在没有互联网连接的情况下获取 gps【英文标题】:react native - get gps without internet connection 【发布时间】:2017-09-09 14:47:48 【问题描述】:我的情况是检测当前位置,尽管没有互联网连接。那么,是否有任何 RN 库能够在没有互联网连接的情况下检测当前 GPS 位置?
【问题讨论】:
【参考方案1】:这与模块无关。您需要将<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
添加到AndroidManifest.xml。要在 react native 中使用 map,您可以使用 react-native-maps。要获取当前位置,您可以使用 Geolocation API 它是 getCurrentPosition 方法。
【讨论】:
以上是关于react native - 在没有互联网连接的情况下获取 gps的主要内容,如果未能解决你的问题,请参考以下文章
如何在 iOS 和 Android 的 React Native 应用程序中检查互联网连接?
React native - 连接没有连接处理程序错误含义?