Connecting the API

To connect the Mappable Maps JS API, you can use one of the following ways to load the API:

Connecting the API using JavaScript
Connecting the API using TypeScript

The JS API supports popular JavaScript libraries (React, Vue) thanks to the entity system.

Most mappable.MMapEntity descendant classes are converted into components with similar parameters and methods and can then be used in your app.

Currently supported are:

React
Vue

The wrapper for React and Vue makes it easy to add interface elements and customize map interaction.
The wrapper component is the MMapContainer class.