Waygo Documentation

Interactive floor plan maps your visitors can search, browse and get directions on.

Waygo turns your floor plans into an interactive map with search, place details and turn-by-turn directions. Your Waygo team builds the map; you add your content, hand out links, embed the map in your website and event app, and place kiosks in your venue, all from the dashboard. No code is required for any of it.

Three ways to put your map in front of visitors

Share a link

Every map has one public address. Put it on your website, in emails, on signage, or turn it into a QR code.

No code

Embed the map

Paste one line of embed code into any page: your website, a CMS, a mobile event app.

No codeHTML

Embed a map in one line

This is the embed code the dashboard gives you under Maps → your map → Links. Paste it into any web page.

Embed code (copy it from the dashboard)

<iframe
  src="https://maps.waygomaps.com/acme-expo-2027?embed=1"
  title="Acme Expo 2027"
  width="100%"
  height="640"
  style="border:0;border-radius:8px"
  loading="lazy"
  allow="fullscreen; geolocation"
></iframe>

A link is an address, not a record: hand it out any time, replace it any time, nothing to revoke. A link can open

I want visitors to…Build this
See the whole mapThe map link
Land on one booth, room or standA place link
See every coffee stand at onceA search link
Get walking directions to a session roomA directions link, starting from where they are or from a kiosk

For developers

Everything above needs no code. If you integrate Waygo with your own systems, the REST API manages content, links and kiosks programmatically.

Resources

Guides

Share your map, place kiosks, upload floor plans and manage content from the dashboard. No code.

Examples

Copy-and-paste recipes: embed a map in a website, link to a booth, print QR codes, build kiosk links.

API Reference

Automate content, links and kiosks from your own systems with the REST API.