expo-osm-sdk
Version:
OpenStreetMap component for React Native with Expo
11 lines • 452 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CustomOverlay = void 0;
const CustomOverlay = ({ coordinate, width, height, anchor, zIndex, visible, children }) => {
// This component doesn't render anything directly
// It's used as a data structure for OSMView
return null;
};
exports.CustomOverlay = CustomOverlay;
CustomOverlay.displayName = 'CustomOverlay';
//# sourceMappingURL=CustomOverlay.js.map