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