Work With Us
Build your future with us.
We’re looking for talented people who are ready to grow, innovate, and succeed together.
Build your future with us.
We’re looking for talented people who are ready to grow, innovate, and succeed together.
No.681, Kamayut Township, Yangon, Myanmar
+959 77 1000 900
<!DOCTYPE html>
<html>
<body>
<div id="googleMap" style="width:100%;height:400px;"></div>
<script>
function myMap() {
var mapProp= {
center:new google.maps.LatLng(51.508742,-0.120850),
zoom:5,
};
var map=new google.maps.Map(document.getElementById("googleMap"),mapProp);
google.maps.event.addListener(map, 'click', function(event) {
alert(event.latLng.lat() + ", " + event.latLng.lng());
});
}
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBu-916DdpKAjTmJNIgngS6HL_kDIKU0aU&callback=myMap"></script>
</body>
</html>
Please pin your address on the map
Google map lick sample