Angular Implementation

We have prepared a sample project showing an Angular implementation that can be downloaded here.

After unzipping, install dependencies per the config (including Ionic) using yarn, npm or similar and then start your local server for testing.

📘

Removing a map

The "destroy" function should be called when you wish to remove a map from a page e.g. if you have a tabbed UI, it should be called when the user clicks away from the tab if that content is going to be removed from the DOM. If it is simply hidden/shown it should not be called.