Contoh: Google Maps API
const map = new google.maps.Map(document.getElementById('map'), {
zoom: 14,
center: { lat: -7.7956, lng: 110.3695 }
});
const marker = new google.maps.Marker({
position: { lat: -7.7956, lng: 110.3695 },
map: map,
title: 'Yogyakarta'
});
Keuntungan: Instant, polished, banyak plugin
Kerugian: API key required, metered billing