Repository files navigation README MIT license @react-native-oh-tpl/react-native-map-clustering This project is based on react-native-map-clustering Documentation 中文 English License This library is licensed under The MIT License (MIT)About...
Fork from react-native-map-clustering React Native module that handles map clustering for you. Works with Expo and react-native-cli 🚀 This repo is proudly sponsored by: React Native Templates & Starter Kits and Apps for easier start. Demo Installation npm install react-native-maps-markerclus...
import React from "react"; import MapView from "react-native-map-clustering"; import { Marker } from "react-native-maps"; const INITIAL_REGION = { latitude: 52.5, longitude: 19.2, latitudeDelta: 8.5, longitudeDelta: 8.5, }; const App = () => ( <MapView initialRegion={INITIAL_REGION}...
npm install react-native-map-clustering react-native-maps --save // yarn add react-native-map-clustering react-native-maps Full example import React from "react"; import MapView from "react-native-map-clustering"; import { Marker } from "react-native-maps"; const INITIAL_REGION = { latitud...
npm install react-native-map-clustering react-native-maps --save // yarn add react-native-map-clustering react-native-maps Full example import React from "react"; import MapView from "react-native-map-clustering"; import { Marker } from "react-native-maps"; const INITIAL_REGION = { latitud...