markers array in em_maps_locations_hook
-
Hi,
I’m trying to get markers array:
$(document).on('em_maps_locations_hook', function (e, map, infowindow, marker) { alert('marker = ' + marker ); });
But in alert print a random string like “marker = f27e2”.
It isn’t complete documentation
I need implement cluster system, and I need markers array to inicialize.
Any idea?
thanks in advance
My Event Manager version is 5.5.3.1.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘markers array in em_maps_locations_hook’ is closed to new replies.