@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
2 lines (1 loc) • 905 B
TypeScript
export declare const MyCSS = "\nbody, html {\n margin: 0;\n padding: 0;\n height: 100%;\n width: 100%;\n position: relative; /* Memungkinkan penggunaan z-index pada footer */\n}\n#map {\n height: 100%; /* Peta mengisi seluruh tinggi halaman */\n width: 100%; /* Peta mengisi seluruh lebar halaman */\n z-index: 1; /* Z-index untuk peta */\n}\n\n#footer {\n position: absolute;\n bottom: 0; /* Mengatur footer di bagian bawah */\n left: 0;\n right: 0;\n height: 0px; /* Tinggi footer */\n background-color: rgba(255, 255, 255, 0.8); /* Warna latar belakang dengan transparansi */\n text-align: center; /* Mengatur teks di tengah */\n line-height: 0px; /* Vertikal align teks */\n z-index: 2; /* Z-index lebih tinggi agar footer di atas peta */\n}\n\n .custom-icon {\n display: flex;\n justify-content: center;\n align-items: center;\n }\n\n";