我正在使用react-native地图集群的MapView和react-native- map的标记和标注。我无法使用animateToRegion。它向我显示this.mapView.animateToRegion is not a function ref={map=>{mapView = map}} onR
显示了地图,但没有显示标记。会不会是地图出现在标记的顶部,就像zIndex问题一样?我在那里硬编码了一个marker,以确保问题不出在我的props.markers上import React, { Component} from 'react'
import MapView from 'react-native-map