expo-osm-sdk
Version:
OpenStreetMap component for React Native with Expo
11 lines • 475 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Polygon = void 0;
const Polygon = ({ coordinates, holes, fillColor, fillOpacity, strokeColor, strokeWidth, strokeOpacity, strokePattern, zIndex, visible, children }) => {
// This component doesn't render anything directly
// It's used as a data structure for OSMView
return null;
};
exports.Polygon = Polygon;
Polygon.displayName = 'Polygon';
//# sourceMappingURL=Polygon.js.map