Skip to content
English
  • There are no suggestions because the search field is empty.

Wayfinder Map SDK v1

Embed our maps in your apps

The following section will walk you through the basics of how to use the Wayfinder Map API. Allowing you to get your Wayfinder integration up and running in no time. However, if you want to dig deeper you can read the published .

🔍 Javascript API Reference

Load the Wayfinder JS API

To load the Maps JavaScript API,

use a <script**>** tag like the one in the following example:

<script src="https://cdn.wayfinder.acquiredigital.com/live/js-api/wf.js"></script> 

The URL contained in the script tag is the location of a JavaScript file that loads all the symbols and definitions you need for using the Wayfinder Web JavaScript API. This script tag is required.

For the map to display on a web page, we must reserve a spot for it. Commonly, we do this by creating a named div element and obtaining a reference to this element in the browser's document object model (DOM).

Options

There is one required option for every Wayfinder initialisation: apiKey  andcontrols .

API Key

The key parameter contains your application's API key. Please ask your account manager for your unique key.

 

API Reference

For full list of available classes, methods, and functions you can read the.

🔍 Javascript API Reference