﻿//是否页面load完自动生成地图        true or false
autoInitMap=true;
//是否自适应页面大小 true or false
autoAdapt=true;
//黄金地标是否开启 true or false
bp=false;
//鹰眼是否关闭
oo=true;
//地图拉杆是否自动
bsc=false;
//获得插叙结果后是否进行地图操作 true or false
mapo=true;
//道路提示开关
roado=true;
//浏览地图功能
bmo=true;
//气泡样式
iToolTipStyle=1;
//气泡宽度
avBubbleWidth=300;
//气泡高度
avBubbleHeight=246;

//酒店预订地址
book_url="#";
//地图发送邮件地址
mail_url="#";

/*interface addr*/
//remoteUrl="http://192.168.0.161:8080/rujia/json/";
remoteUrl="http://www.homeinns.com:8800/rujia/json/";
json_keyword_c=json_keyword=remoteUrl+"getPoiByKeyword.jsp";
json_hotel_latlon=remoteUrl+"getLatLonByAddressPoi.jsp";
json_hotelcd=remoteUrl+"getHotelByCd.jsp";
json_nearby=remoteUrl+"getNearPoi.jsp";
json_line=remoteUrl+"getRouteNamesByKeyword.jsp";
json_lineInfo=remoteUrl+"getRouteByRouteName.jsp";
json_station=json_keyword;
json_busl=remoteUrl+"getPoiNameList.jsp";
json_navl=json_busl;
json_busr=remoteUrl+"getBusByNid.jsp";
json_navr=remoteUrl+"getDriveByNid.jsp";

