создание полинии
var myGeometry = {
type: 'LineString'
},
myOptions = {
strokeStyle: lstyle,
strokeWidth: hline,
strokeColor: pcolor
};
myGeoobject = new ymaps.GeoObject({geometry: myGeometry}, myOptions);
вставка координат в первую точку
myGeoobject.splicePoints(0, 1, new YMaps.GeoPoint($coord[0], $coord[1]));
Ругается браузер
Uncaught TypeError: Object [object Object] has no method 'splicePoints'