Skip to main content

Script tag — no bundler

<div id="map" style="width:100%; height:600px"></div>
<script src="https://unpkg.com/@waylocate/embed"></script>
<script>
const map = await WaylocateEmbed.mount({
container: "#map",
campus: "ucba",
});
</script>

The IIFE global exports Tier 1 APIs (mount, connect, buildEmbedUrl) — not protocol internals.