Skip to content

Instantly share code, notes, and snippets.

@anjalbinayak
Created September 26, 2020 15:23
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/174cd5a8984479f80e43f06e60482244 to your computer and use it in GitHub Desktop.
Save anjalbinayak/174cd5a8984479f80e43f06e60482244 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:"Location Place or Anything that you want to tooltip while hovering"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment