Google map

Developer
Size
1,849 Kb
Views
14,168

How do I make an google map?

Google map. What is a google map? How do you make a google map? This script and codes were developed by Khangeldy on 09 November 2022, Wednesday.

Google map Previews

Google map - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>google map</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="map-canvas"></div> <script src="https://maps.googleapis.com/maps/api/js?sensor=false"> </script> <script src="js/index.js"></script>
</body>
</html>

Google map - Script Codes CSS Codes

html { height: 100%;
}
body { height: 100%; padding: 0; margin: 0;
}
#map-canvas { height: 100%;
}

Google map - Script Codes JS Codes

function initialize() { var mapOptions = { zoom: 17, center: new google.maps.LatLng(43.200148, 76.907786) } var map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions); var image = 'http://cs624325.vk.me/v624325425/3c231/_9O6SpkU6NM.jpg'; var myLatLng = new google.maps.LatLng(43.200148, 76.907786); var beachMarker = new google.maps.Marker({ position: myLatLng, map: map, icon: image });
}
google.maps.event.addDomListener(window, 'load', initialize);
Google map - Script Codes
Google map - Script Codes
Home Page Home
Developer Khangeldy
Username Khangeldy
Uploaded November 09, 2022
Rating 3
Size 1,849 Kb
Views 14,168
Do you need developer help for Google map?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Khangeldy (Khangeldy) Script Codes
Create amazing art & images with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!