【发布时间】:2018-06-20 13:25:15
【问题描述】:
我已经使用 react native map 开发了一个应用程序。我想知道当 onUserLocationChange() 被触发时是否默认调用 onRegionChange() 方法?
【问题讨论】:
标签: react-native react-native-maps
我已经使用 react native map 开发了一个应用程序。我想知道当 onUserLocationChange() 被触发时是否默认调用 onRegionChange() 方法?
【问题讨论】:
标签: react-native react-native-maps
在代码源中深入搜索后,响应为NO。
onRegionChange 函数在区域发生变化时持续调用,例如用户拖动地图时。
【讨论】: