14000+ website owners are using this awesome plugin.

Download V5.7.0

Blog

How to Create Simple Google Maps

Introduction: This tutorial will help you learn about the basics of Google Maps. The simple map is created using JavaScript mentioning the longitude and the latitude of the required area. Code: let map: google.maps.Map; function initMap(): void { map = new google.maps.Map(document.getElementById("ma...