Skip to content

Instantly share code, notes, and snippets.

@propertyhive
Last active February 9, 2026 21:24
Show Gist options
  • Select an option

  • Save propertyhive/f49fa3ee4966fbadaf15753bbbba4115 to your computer and use it in GitHub Desktop.

Select an option

Save propertyhive/f49fa3ee4966fbadaf15753bbbba4115 to your computer and use it in GitHub Desktop.
add_action( 'propertyhive_property_map_marker_options', 'set_marker_size' );
function set_marker_size()
{
?>
marker_options.icon.scaledSize = new google.maps.Size(12, 12); // change 12, 12 accordingly
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment