arenos-map/markers.js

15 lines
132 B
JavaScript
Raw Normal View History

2025-09-14 13:20:09 +02:00
GetMarkerData();
2025-09-26 22:16:21 +02:00
let freight =null;
2025-09-14 13:20:09 +02:00
async function GetMarkerData() {
2025-10-08 13:56:41 +02:00
2025-09-14 13:20:09 +02:00
}
function PlaceMarkers(data){
console.log(data);
2025-09-07 15:02:12 +02:00
}