0
我需要你的幫助.. 我怎麼可以在諾基亞做容器的多個層在這裏地圖然後把它的一些ID .. 我使用折線畫我的GPS跟蹤如何在諾基亞這邊的地圖上製作多個圖層容器?
這是我這個代碼時間..
var coords = [],
// Loop to add all the coordinates to an array
$.each(data, function (i, val) {
coords.push(parseFloat(val.latitude));
coords.push(parseFloat(val.longitude));
});
// Now create the Polyline
salesmanTrackPoints = new nokia.maps.map.Polyline(coords, {
pen: {
strokeColor: "#22CA",
lineWidth: 5
},
arrows: true
});
map.objects.add(salesmanTrackPoints);
我希望你能提供一些答案..在此先感謝