樓盤詳情
開 發 商:
|
臨沂卓奧置業有限公司
|
主力戶型:
|
沿街140、220、460平米
|
建筑面積:
|
6.6萬平米
|
占地面積:
|
27714㎡
|
裝修標準:
|
毛坯
|
物業公司:
|
現代物業
|
綠 化 率:
|
36%
|
容 積 率:
|
2.35
|
產品類型:
|
洋房、高層、沿街
|
房屋現狀:
|
現房
|
樓盤總套數:
|
460
|
停車位:
|
126
|
' });
break;
case "Polyline":
for(j = 0, jl = data.lnglat.length, path = []; j < jl; j++){
path.push(new AMap.LngLat(data.lnglat[j].lng, data.lnglat[j].lat));
}
feature = new AMap.Polyline({ map: map, path: path, extData: data, zIndex: 2,
strokeWeight: data.strokeWeight, strokeColor: data.strokeColor, strokeOpacity: data.strokeOpacity });
break;
case "Polygon":
for(j = 0, jl = data.lnglat.length, path = []; j < jl; j++){
path.push(new AMap.LngLat(data.lnglat[j].lng, data.lnglat[j].lat));
}
feature = new AMap.Polygon({ map: map, path: path, extData: data, zIndex: 1,
strokeWeight: data.strokeWeight, strokeColor: data.strokeColor, strokeOpacity: data.strokeOpacity,
fillColor: data.fillColor, fillOpacity: data.fillOpacity });
break;
default: feature = null;
}
if(feature){ AMap.event.addListener(feature, "click", mapFeatureClick); }
}
}
function mapFeatureClick(e){
if(!infoWindow){ infoWindow = new AMap.InfoWindow({autoMove: true}); }
var extData = e.target.getExtData();
infoWindow.setContent("
" + extData.name + "
" + extData.desc + "
");
infoWindow.open(map, e.lnglat);
}
map = new AMap.Map("mapContainer", {center: new AMap.LngLat(center.lng, center.lat), level: level});
loadFeatures(); }();
學校:羅莊實驗五小、40中
商場:銀座、九州
銀行:農行、農信社、民生
幼兒園:實驗幼兒園
醫院:羅莊區人民醫院 |