UNPKG

@gps-saas/codeartisan-react-native-leaflet-traccar

Version:

Codeartisan React Native Leaflet Traccar is an improvement of @netizen-teknologi/react-native-maps-leaflet, bringing powerful, interactive maps to React Native Traccar Custom apps with Leaflet. Ideal for real estate, travel, delivery tracking, and logisti

4 lines (3 loc) 244 B
import React from "react"; import { MapViewProps } from "./MyTypes"; export default function MapView({ debug, markerCenter, markers, region, zoom, fitBound, showMarkerClicked, showAttribution, mapOnMoveEnd, }: MapViewProps): React.JSX.Element;