Cercalia GL API
High-performance vector maps for modern web applications. Build interactive, customizable maps with powerful routing and geocoding features.
Cercalia GL
High-performance vector maps for modern web applications. Build interactive, customizable maps with powerful routing and geocoding features.
Crisp, scalable maps at any zoom level with fast rendering and smooth animations.
Calculate routes with multiple waypoints, alternative paths, and real-time traffic data.
Stunning 3D terrain and building extrusions for immersive map experiences.
Powerful address search and reverse geocoding with high accuracy results.
Complete control over map appearance with JSON-based style specifications.
Optimized for touch interactions and responsive design on all devices.
Get started in minutes with our intuitive API. Create interactive maps with just a few lines of code. Add markers, draw shapes, and build powerful location-based applications.
Read the Docs// Create a map in the div #map
const map = new cercaliagl.Map({
target: 'map'
});
const initialPos = new cercaliagl.LonLat(
-3.715090655,
40.426123994
);
map.whenReady(function() {
const marker = new cercaliagl.Marker({
position: initialPos,
simpleLabel: new cercaliagl.SimpleLabel({
text: "Hello World!"
})
});
map.addMarkers([marker]);
map.centerToMarkers([marker]);
});
Ready to build amazing maps? Register to get your API key and start integrating Cercalia GL into your applications today.
Register Now