Skip to content

Releases: asennikov/ember-g-map

Custom open/close events for Info Window component

13 Feb 10:37
Compare
Choose a tag to compare
  • options to set custom open/close events for Info Windows attached to Markers;
  • if open and close window is the same (e.g. 'click'), then Info Window visibility is being toggled by this event;
  • available events: click, dblclick, rightclick, mouseover, mouseout;
  • default behaviour is to show Info Window on "click" on Marker and hide only by click on close button on Info Window.

Travel mode, Info Window options, explicit protocol setting

28 Jan 19:53
Compare
Choose a tag to compare
  • Info Window options;
  • Travel mode support for g-map-route;
  • Option to set protocol explicitly for google maps lib.

Location Change Hook and Label Support

25 Jan 10:54
Compare
Choose a tag to compare
  • label support for g-map-marker;
  • onLocationChange action for g-map-address-marker.