Skip to content

Version 1.3

Compare
Choose a tag to compare
@Ronef Ronef released this 21 May 21:52
· 45 commits to master since this release
  • * Be advised! The 2.1 version of Yandex Maps API is used!
  • + The new geolocation and full screen controls have been added onto map.
  • * Parameters → placemarks:
    • * The parameter has been renamed from latLng (the old name is still can be used, but it's recommended to use the new one).
    • + Now can be either an array of placemarks or a pair of coordinates. Each placemark can have its position as well as a tip that appears when clicked. The parameter can be, as before, a coordinate pair for the map center.
  • + The map object (an instance of ymaps.Map) is now stored inside of the 'ddYmap' property of the map container (the one that jQuery.fn.ddYMap is applied to) via the jQuery.fn.data method of JQuery.
  • + Events → ddAfterInit: The new event. It's attached to the map container and will be triggered after the map has been initialized.