-
Notifications
You must be signed in to change notification settings - Fork 12
Events
Dimitris Krestos edited this page Jan 27, 2014
·
18 revisions
- Show directions
- options: index number of "origins" array
$('#map_canvas').trigger('route', '0');
- Show a category of markers
- options: category number of "location"
$('#map_canvas').trigger('show', '1');
- Hide all markers of "locations"
- options: -
$('#map_canvas').trigger('hide_all');
- Center the map
- options: -
$('#map_canvas').trigger('reset');