Skip to content

Instantly share code, notes, and snippets.

@erezLieberman
Last active April 29, 2016 22:28
Show Gist options
  • Save erezLieberman/243653e90c78cd336a56 to your computer and use it in GitHub Desktop.
Save erezLieberman/243653e90c78cd336a56 to your computer and use it in GitHub Desktop.
custom icon in acf google maps
// create marker
var templateDir = "<?php bloginfo('stylesheet_directory') ?>";
var iconBase = templateDir + '/images/map_icon.svg';
var marker = new google.maps.Marker({
position : latlng,
map : map,
icon: iconBase
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment