Skip to content

Instantly share code, notes, and snippets.

View mokolodi1's full-sized avatar

Teo Fleming mokolodi1

  • Amazon
  • Santa Monica, CA
  • 18:00 (UTC -07:00)
View GitHub Profile
@mokolodi1
mokolodi1 / googlemap.js
Last active April 20, 2022 06:12 — forked from Plou/googlemap.js
Hide "points of interest" in google maps
// Reference: https://developers.google.com/maps/documentation/javascript/style-reference
let map = new google.maps.Map(document.getElementById('map-canvas'), {
disableDefaultUI: true,
styles: [
{
featureType: "poi",
elementType: "labels",
stylers: [
{ visibility: "off" }