设置属性enableSendToPhone:false;
var searchInfoWindow = new BMapLib.SearchInfoWindow(map,“百度地图api”,{
title “百度大厦”,
width : 280,
height : 50,
panel : “panel”, //检索结果面板
enableAutoPan : true, //自动平移
searchTypes :[
BMAPLIB_TAB_SEARCH, //周边检索
BMAPLIB_TAB_TO_HERE, //到这里去
BMAPLIB_TAB_FROM_HERE //从这里出发
]
});
如果不想要searchTypes任何东西,设置searchTypes :[ ]数组为空就可以啦;