react-native-webview-leaflet
react-native-webview-leaflet copied to clipboard
A Webview based Leaflet Component for React Native
and also is it possible to remove the stroke in MapShapeType?
Hello, is this library draw direction and interate with openrouteservice api direction?
LatLngBounds is undefined so I can't create a condition something like this if(LatLngBounds.contains(lat, lng)) { }
Right now, when I change the mapCenterPosition it just blink not like zooming out then moving to the updated center then zooming in
Hi All, Does this library support showing multiple layers simultaneously? TianDiTu is split up between the base map (http://{s}.tianditu.com/DataServer?T=vec_w&X={x}&Y={y}&L={z}) and the labels (http://{s}.tianditu.com/DataServer?T=cva_w&X={x}&Y={y}&L={z}) (notice the T url query parameter). Some...
 ```json { "main": "index.js", "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "web": "expo start --web", "start": "react-native start", "test": "jest" }, "dependencies": { "@react-native-community/masked-view": "^0.1.9", "@react-navigation/material-top-tabs": "^5.1.9", "@react-navigation/native":...
Is it possible to add a plugin from [leafletjs plugin list](https://leafletjs.com/plugins.html)? Maybe here is not the best way to ask question therefore I've created a question on [stackoverflow](https://stackoverflow.com/questions/62854420/autocomplete-for-addresses-and-search-in-react-native-webview-leaflet) and I...
There is a flag `useMarkerClustering` in `HTML/src/MapMarkers.tsx` but it has default value `true` and there is no way to pass value `false` through `` component
Hello, I found a way with no sucess, how can I add a tooltip for each marker on the map ? Thanks
Hello, I am currently trying to display a local image (icon.png) via the icon attribute of the mapMarkers prop of the WebViewLeaflet component. To simplify, my file looks like this...