如何获取ClusteredMapView的边界

时间:2018-11-28 17:05:40

标签: react-native react-native-maps

我正在使用此插件https://github.com/novalabio/react-native-maps-super-cluster。它在使用此插件https://github.com/react-community/react-native-maps的文档中说。在此插件(react-native-maps)中,有一个函数来获取我在文档(getMapBoundaries)中看到的范围。我的问题是我是否可以使用集群插件访问该功能。这是我的代码:

html code...

// import html file with component
// import html file with component

// use component

1 个答案:

答案 0 :(得分:0)

const mapBoundaries = this.map.getMapRef().getMapBoundaries();