Function Reference: geodir_marker_cluster_update_map_options

Summary

This function has not been documented yet.

Source File

geodir_marker_cluster_update_map_options() is located in geodir_marker_cluster/geodir_marker_cluster.php [Line: 255]

Source Code

function geodir_marker_cluster_update_map_options($map_options)
{
	$map_options['enable_marker_cluster'] = true ;
	return $map_options ;
}