Set Up Your Environment
<!-- index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MapsIndoors</title>
<!-- Include the style.css -->
<link rel="stylesheet" href="style.css">
<!-- Include the MapsIndoors SDK -->
<script src="https://app.mapsindoors.com/mapsindoors/js/sdk/4.41.0/mapsindoors-4.41.0.js.gz"></script>
</head>
<body>
<script src="script.js"></script>
</body>
</html>Last updated
Was this helpful?