expo-osm-sdk
Version:
OpenStreetMap component for React Native with Expo
11 lines • 464 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Circle = void 0;
const Circle = ({ center, radius, 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.Circle = Circle;
Circle.displayName = 'Circle';
//# sourceMappingURL=Circle.js.map