Map API
Woosmap Map is a vector tiles map based, which guarantees smooth zooming and panning transitions, a mobile-optimised loading and clear rendering at every scale. It provides a worldwide cover, cutting edge details and ability to display 3D buildings at closest/street zoom levels. Go to documentation
Choose your style
const map = new window.woosmap.map.Map(document.getElementById('map'), {
styles: [
{featureType: "poi", stylers:[{"visibility":"on"}]}
],
center: {
lat: 51.52,
lng: -0.13,
},
zoom: 14,
});