Skip to content

4.1.0

Compare
Choose a tag to compare
@lindseydiloreto lindseydiloreto released this 01 Dec 17:49
· 157 commits to v4-dev since this release

Added

  • Addresses now include an optional name subfield. (#26)
  • Addresses now include an optional county subfield.
  • Addresses now include an optional placeId subfield. (#25)
  • The hideMarker method now allows * to hide all markers at the same time. (#39)
  • The showMarker method now allows * to show all markers at the same time.
  • The hideKml method now allows * to hide all KML Layers at the same time.
  • The showKml method now allows * to show all KML Layers at the same time.
  • Added markerLink option for dynamic map markers. (#34)
  • Added markerClick option for dynamic map markers. (#34)
  • Added a JS script and instructions for adding Google Places Autocomplete to front-end forms.

Changed

  • Replaced deprecated MarkerClustererPlus library with newly recommended MarkerClusterer library.
  • Improved autocompletion of Address fields by returning a broader set of results.
  • Improved fit method to more accurately reflect visible markers.
  • Renamed getMarkerCluster JavaScript method to getMarkerClusterer for accuracy.