Vexcel Map API
Introduction
Vexcel Map API makes it easy to add a dynamic map to any web page. Leverage Vexcel Map API to load alternate vector data, add geometric overlays, get geographic information (e.g. elevation, coordinates), switch between view orientations, and more.
This documentation is designed for those familiar with JavaScript programming. Use this documentation to learn more about available functionality and start developing with the Vexcel Map API.
View our Getting Started tutorial to start developing with the Vexcel Map API.
Versions
If you are not ready for the latest version of Vexcel Map API, that's alright! We keep versioned documents so you have access to correct information regardless of the API version you choose to use. However, please consider upgrading to the latest version so you can benefit from the latest features and bug fixes.
We follow industry standards when versioning our API, denoted by v{major}.{minor}.{patch}. A major version consists of new features and large architectural changes. Major versions may include some breaking changes and require our users to update the version they are using. A minor version may include new features as well, but will mitigate breaking changes and allow backwards compatability. A patch may be deployed, which will fix bugs and improve performance.
- Current Version: v1.0.55 released 2024-12-20 — docs, & tutorials
- Script:
https://app.vexcelgroup.com/map/v1.0.54/public/Vexcel.js
- Styles:
https://app.vexcelgroup.com/map/v1.0.54/public/css/styles.css
- Script:
- Latest Major Version: v1 released 2024-12-20 — docs, & tutorials
- Script:
https://app.vexcelgroup.com/map/v1/public/Vexcel.js
- Styles:
https://app.vexcelgroup.com/map/v1/public/css/styles.css
- Script:
- Latest: released 2024-12-20 — docs, & tutorials
- Script:
https://app.vexcelgroup.com/map/latest/public/Vexcel.js
- Styles:
https://app.vexcelgroup.com/map/latest/public/css/styles.css
- Script:
For older versions you can check the full changelog here.