API Reference
This API provides a set of functions to embed Galigeo Maps into a web page.
Getting started
- Download the JS API from https://showroom.galigeo.com/Galigeo/viewer/api/js/galigeo-api-0.1.js
- Add it to your web page
<script type="text/javascript" src="js/galigeo-api-0.1.js"></script>
- Add a map div
<div id="ggoMapId"></div>
- Start the map
var ggoMap = new Galigeo.Map('ggoMapId',
{
id: 'MyMap',
name: 'Map label',
url: 'https://location/Galigeo'
});
ggoMap.load();
REST API documentation
This document describes the basic usages of the API, REST calls and rights management.
Javascript documentation
The JSDoc list of the Javascript functions used to interact with the map.
Product documentation
Main product documentation.