在Meteor 1.5中使用React JS 问题: 需要使用react-google-maps添加标记(Marker) 使用ES6和JSX格式 按照文档操作,成功嵌入地图,但无法添加标记。 以下是我的代码: const InitialMap = withGoogleMap(props => { var index = this.marker.index || []; return( <GoogleMap ref={props.onMapLoad} defaultZoom=...
Copy my markers Expected result The markers don't display, but they are clickable. Actual result Correct: Incorrect: React Native Maps Version 1.17.3 What platforms are you seeing the problem on? iOS (Google Maps) React Native Version 0.74.5 What version of Expo are you using? SDK 48 Devi...