React-Native Maps:EdgePadding对fitToCoordinates没有影响

时间:2017-12-21 15:02:20

标签: react-native react-native-android react-native-ios react-native-maps

似乎fitToCoordinates <MapView ref={(ref) => { this.mapRef = ref }} onLayout = { () => this.mapRef.fitToCoordinates([{longitude: x, latitude: y}], { edgePadding: { top: 0, right: 0, bottom: 120, left: 0 }, animated: false })} /> 函数中没有做任何事情。无论我设置哪个值,结果总是相同的。 我尝试将顶部,右侧,左下角设置为0,300,将它们彼此更改...... mapview始终是相同的。

edgePadding

我希望能够从给定的坐标中缩小一点。在给定区域中没有LongitudeDelta或LatitudeDelta,因此我假设必须使用src/test/resources/logback.xml参数进行缩小。

你以前遇到过这个问题吗?

0 个答案:

没有答案