You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.