API Cercalia GL
Cercalia API is a javascript application for developers: companies and public administrations
// Create a map in the div #map
var map = new cercaliagl.Map({ target: 'map' });
var initialPos = new cercaliagl.LonLat(-3.715090655, 40.426123994);
map.whenReady(function() {
const marker = new cercaliagl.Marker({
position: initialPos,
simpleLabel: new cercaliagl.SimpleLabel({
text: "I'm here";
})
});
map.addMarkers([marker]);
map.centerToMarkers([marker]);
});
How to get an API key
In order to use the API, you need a custommer key. If you are interested, please contact us.