This API provides a set of functions to embed Galigeo Maps into a web page.
<script type="text/javascript" src="js/galigeo-api.js"></script>
<div id="ggoMapId"></div>
var ggoMap = new Galigeo.Map('ggoMapId',
{
mapId: 'MyMap',
name: 'Map label',
apiKey: 'Your API key',
url: 'https://location/Galigeo'
});
ggoMap.load().then(()=>{
// work with the map
});
Main product documentation.