7c00

Results 232 comments of 7c00

有两个 example 是关于 callout 你指的是哪个?还是都是?

还有一个是默认的。 我想起来了,ios 自定义 callout 确实会有事件无法触发的问题,暂时还没有找到解决的办法。

@xtcan 好的,感谢你提供的信息,我之后试试

onStatus Change 里的 region 可以算出来

你去了解 region 是什么就知道了,很简单

https://github.com/qiuxiang/react-native-baidumap-sdk/blob/2045182c2f4a87a9cbfd70d0726e4540b7c1a33d/src/types.ts#L11-L14 其中 `latitudeDelta`、`longitudeDelta` 是 经纬度跨度。

也可以参考: https://github.com/qiuxiang/react-native-baidumap-sdk/blob/2045182c2f4a87a9cbfd70d0726e4540b7c1a33d/lib/android/src/main/java/cn/qiuxiang/react/baidumap/Utils.kt#L24-L33

Sounds good, but I want to keep this project simple. Your suggestion can be implemented in a new project. Because it includes some user interaction, it's good to use js...