Jump to content

cptjack

Neophyte
  • Posts

    1
  • Joined

  • Last visited

cptjack's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Всем привет! В модели хранится массив, проход по массиву пытаюсь организовать следующим образом: @{arrIndex = 0;} for (var i = 0; i < parseInt('@listLength', 10) ; i++) { var myGeocoder = ymaps.geocode("Москва " + '@Model.orderList[arrIndex].AddressStreet' + " " + '@Model.orderList[arrIndex].AddressHome'); myGeocoder.then(function (res) { myMap.geoObjects.add(res.geoObjects); }); @{arrIndex = arrIndex + 1;} } но выполнение @{arrIndex = arrIndex + 1;} происходит всего 1 раз. Как избавиться от этой траблы?)
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy