react-native-webview-leaflet
Version:
A React Native component that uses a React Native WebView to provide a Leaflet map.
20 lines (19 loc) • 368 B
text/typescript
export {
default as WebViewLeaflet,
WebViewLeafletProps
} from "./WebViewLeaflet";
export {
LatLng,
Point,
LatLngBounds,
AnimationDirection,
AnimationType,
INFINITE_ANIMATION_ITERATIONS,
WebViewLeafletEvents,
MapMarkerAnimation,
MapMarker,
MapLayer,
MapLayerType,
MapShapeType,
WebviewLeafletMessage
} from "./models";