Embedded Maps

Embedded Maps

The Pozi web map can be embedded into any web page to enable your customers discover location-specific information about their place of interest from directly in your organisation’s website.

Pozi maps are embedded using a standard HTML iframe that includes a customisable link to your Pozi site.

Configure URL

Copy the link of the desired map from your browser’s address bar or by clicking the Share button in the Tools panel. If you want the page to show your site’s default map extent, you can strip out the location parameters (eg x[144.44500]/y[-36.73075]/z[10]/).

Include any parameters that will help to focus the Pozi experience on the specific use case. These parameters are covered in link-ins.

Test the URL by pasting it into a new browser tab.

How to Embed

Wrap the URL above in an iframe tag.

iframe code
<iframe width="100%" height="500px" frameborder="0" scrolling="no" src="https://bendigo.pozi.com/" allowfullscreen></iframe>

This is the resulting map from the above HTML:


Insert the HTML in any webpage or CMS that supports iframes.


Examples

Last updated on