Package | Description |
---|---|
com.baidu.mapapi.map |
地图展示与操作相关方法,覆盖物相关方法
|
com.baidu.mapapi.map.track | |
com.baidu.mapapi.model |
定义地理经纬度坐标类、地理经纬度范围类。
|
com.baidu.mapapi.search.poi |
poi检索模块
|
Modifier and Type | Field and Description |
---|---|
LatLngBounds |
MapStatus.bound
当前屏幕显示范围内的地理范围,当旋转或俯视时,是当前屏幕可见显示范围的最大外接矩形
|
Modifier and Type | Method and Description |
---|---|
LatLngBounds |
GroundOverlay.getBounds()
获取 ground 覆盖物地理坐标范围
|
LatLngBounds |
GroundOverlayOptions.getBounds()
获取 ground 覆盖物地理坐标范围
|
LatLngBounds |
BaiduMap.getMapStatusLimit()
获取当前地图可移动的实际地理范围
|
LatLngBounds |
Overlay.getOverlayLatLngBounds()
Deprecated.
|
LatLngBounds |
BaiduMap.getOverlayLatLngBounds(OverlayOptions options)
计算Overlay对象的外接矩形
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Marker> |
BaiduMap.getMarkersInBounds(LatLngBounds bounds)
获取指定区域内所有的Marker点
|
static MapStatusUpdate |
MapStatusUpdateFactory.newLatLngBounds(LatLngBounds bounds)
设置显示在屏幕中的地图地理范围
|
static MapStatusUpdate |
MapStatusUpdateFactory.newLatLngBounds(LatLngBounds bounds,
int width,
int height)
设置显示在规定宽高中的地图地理范围
|
static MapStatusUpdate |
MapStatusUpdateFactory.newLatLngBounds(LatLngBounds bounds,
int paddingLeft,
int paddingTop,
int paddingRight,
int paddingBottom)
设置显示在指定相对于MapView的padding中的地图地理范围
|
static MapStatusUpdate |
MapStatusUpdateFactory.newLatLngZoom(LatLngBounds bounds,
int paddingLeft,
int paddingTop,
int paddingRight,
int paddingBottom)
根据Padding设置地理范围的合适缩放级别
|
GroundOverlayOptions |
GroundOverlayOptions.positionFromBounds(LatLngBounds bounds)
设置 ground 覆盖物的位置信息方式二,设置西南与东北坐标范围
|
void |
BaiduMap.setMapStatusLimits(LatLngBounds bounds)
设置地图的可移动区域
V4.5.0版本起,该方法不与
BaiduMap.OnMapLoadedCallback.onMapLoaded() 关联,实际上该方法与
BaiduMap.setMapStatus(MapStatusUpdate) 并列同级
该方法执行完成之后,不可再调用BaiduMap.setMapStatus(MapStatusUpdate) ,否则可能会更改
MapStatus ,造成可移动区域设置不生效,BaiduMap.setMapStatus(MapStatusUpdate)
方法可以放在该方法之前执行。
该方法与BaiduMap.animateMapStatus(MapStatusUpdate) 的配合使用与
BaiduMap.setMapStatus(MapStatusUpdate) 一致。 |
void |
GroundOverlay.setPositionFromBounds(LatLngBounds bounds)
设置 ground 覆盖物的位置信息方式二,设置西南与东北坐标范围
|
TileOverlayOptions |
TileOverlayOptions.setPositionFromBounds(LatLngBounds bounds)
设置TileOverlay的显示区域,瓦片图会以多个瓦片图连接并覆盖该区域
默认值为世界范围显示瓦片图
|
Modifier and Type | Method and Description |
---|---|
LatLngBounds |
TraceOverlay.getLatLngBounds() |
Modifier and Type | Method and Description |
---|---|
LatLngBounds |
LatLngBounds.Builder.build()
创建地理范围对象
|
Modifier and Type | Field and Description |
---|---|
LatLngBounds |
PoiBoundSearchOption.mBound
检索矩形区域,多组坐标间以","分隔
必选参数
|
Modifier and Type | Method and Description |
---|---|
PoiBoundSearchOption |
PoiBoundSearchOption.bound(LatLngBounds bound)
poi检索范围
|