This API provides a set of functions to embed Galigeo Maps into a web page.
<script type="text/javascript" src="js/galigeo-api-0.1.js"></script>
<div id="ggoMapId"></div>
var ggoMap = new Galigeo.Map('ggoMapId',
{
mapId: 'MyMap',
name: 'Map label',
url: 'https://location/Galigeo'
});
ggoMap.load().then(()=>{
// work with the map
});
This document describes the basic usages of the API, REST calls and rights management.
Main product documentation.
Generated using TypeDoc