|
|
@@ -3,12 +3,11 @@
|
|
|
* @邠心vbe on 2021/03/18
|
|
|
*/
|
|
|
import React, { useEffect, useRef } from 'react';
|
|
|
+import { StyleSheet } from 'react-native';
|
|
|
import { PROVIDER_DEFAULT, PROVIDER_GOOGLE } from 'react-native-maps';
|
|
|
-import MapView from "react-native-map-clustering";
|
|
|
+import MapView from "@allisonadam81/react-native-super-clusters";
|
|
|
import { MyCluster, MyMarker } from './Cluster';
|
|
|
import VbeClusterMap from 'vbe-cluster-map';
|
|
|
-import app from '../../../../app.json';
|
|
|
-import { StyleSheet } from 'react-native';
|
|
|
|
|
|
export default Maps3 = ({ region, onMapReady, stopList, useApplesMap, showUserLocation=true, onMarkerPress }) => {
|
|
|
const mapRef = useRef();
|