Liang Zeng
Liang Zeng
+1 I tried un-sign Xcode but it still can't work.
 ``` ```
@jackywei1228 [#219](https://github.com/lovebing/react-native-baidu-map/issues/219#issuecomment-463715762) iOS支持`Marker`和`Polyline`
``` ``` 能显示InfoWindow及标题,Text无法显示在地图 
@jackywei1228 把你地图缩小了看 `zoom={10}` ``` { longitude: 113.950453, latitude: 22.546045 } { longitude: 113.969453, latitude: 22.546046 } ```
[#323](https://github.com/lovebing/react-native-baidu-map/issues/323#issuecomment-576476372) iOS的暂时支持比较少。
请参考[#318](https://github.com/lovebing/react-native-baidu-map/issues/318#issuecomment-576088852),对经纬度格式转换试试。
1. 点击触发 ```js import { Geolocation } from 'react-native-baidu-map' { Geolocation.getCurrentPosition() .then(result => { this.setState({ coordinate: result, newCoordinate: result, userCoordinate: result, }) }) }}> Refresh ``` 2. 更新到地图 ```js {(Platform.OS...
可以在iOS端显示marker和其title [#323 ](https://github.com/lovebing/react-native-baidu-map/issues/323#issuecomment-576472469)
请参考[#319](https://github.com/lovebing/react-native-baidu-map/issues/319#issuecomment-576084774)