Skip to content

Instantly share code, notes, and snippets.

@anjalbinayak
Created September 26, 2020 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anjalbinayak/24649804c262d791c4e779ab21a13c4e to your computer and use it in GitHub Desktop.
Save anjalbinayak/24649804c262d791c4e779ab21a13c4e to your computer and use it in GitHub Desktop.
This gist is used in medium article
var marker = new google.maps.Marker({
position: { lat: -34.397, lng: 150.644 },
title:"Custom Marker Image",
icon: "new-image.png"
});
marker.setMap(map);
//you just have to put the location of image file in 'icon' property of object in Marker's constructor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment