setLocation(location: Map|Point|KeyPoint|GbPoint|String) |
none |
设置检索范围,参数类型可以为地图实例、坐标点或城市名称。例:setLocation("深圳市") |
setSearchCompleteCallback (callback:Function) |
none |
设置检索结束后的回调函数。
参数:results: LocalResult |
search(keyword:String) |
none |
根据检索词发起检索 |
searchByTcode(types:Array) |
none |
根据POI分类发起检索。
(types为POI分类, POI分类编码详见附表) |
searchInBounds(keyword:String, bounds:Bounds [,options: Object]) |
none |
根据范围和检索词发起范围检索。
(option:{types:Array}
types为POI分类,0为全部、POI分类编码详见附表,默认为全部) |
searchNearby(keyword:String, center: Point|KeyPoint|GbPoint, radius:Number [,options: Object]) |
none |
根据中心点、半径与检索词发起周边检索。
(option:{types:Array}
types为POI分类,0为全部、POI分类编码详见附表,默认为全部) |
getResults() |
LocalResult |
返回最近一次检索的结果 |
clearResults() |
none |
清除最近一次检索的结果 |
gotoPage(page:Number) |
none |
检索指定页面的结果。
(page的序号从1开始,1代表第1页,序号不能超过总页数) |
setMarkersSetCallback(callback:Function) |
none |
设置添加标注后的回调函数。
参数:
pois: Array,
通过marker属性可得到其对应的标注 |
setPageSize(size: Number) |
none |
设置每页条数。
取值范围:1–100,默认为10 |
getPageSize() |
none |
返回每页条数 |
enableAutoViewport() |
none |
启用根据结果自动调整地图层级,当指定了搜索结果所展现的地图时有效 |
disableAutoViewport() |
none |
禁用根据结果自动调整地图层级 |
enableFirstResultSelection() |
none |
启用自动选择第一个检索结果 |
disableFirstResultSelection() |
none |
禁用自动选择第一个检索结果 |
getStatus() |
Object |
返回检索结果状态。返回对象包含如下属性: errcode:Number,errmsg:String |