I am evaluating Scheduler.net for my vehicle scheduling needs. Is it possible to display all the locations on the same Google map? Maybe a mod using the Google API?
Hello,
can you please clarify,
do I understand correctly that each or your events can have multiple locations and you want to display them on Google Map using this view scheduler-net.com/docs/mapview.html ?
Currently map view provides no methods for adding a custom elements to the Google Map, although you can access the map object directly using an inner property
JS:
var map = scheduler.map._obj;
where map is instance of google.maps.Map
developers.google.com/maps/docu … ence?hl=en