Overview

This documentation is meant for developers using the ALK Maps JavaScript APIs.  Knowledge of JavaScript and HTML is assumed.

Summary
OverviewThis documentation is meant for developers using the ALK Maps JavaScript APIs.
How to make your first map.In an HTML file you must include the following JavaScript file.

How to make your first map.

Page Setup

In an HTML file you must include the following JavaScript file.

<script src="https://maps-sdk.trimblemaps.com/v1/alkmaps-1.2.3.js"></script>
Close