Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Y Z _ 

A

aboveMaskLayer(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
Deprecated.
请使用z轴层级来设置蒙层和路线的相对位置 设置是否显示在蒙层之上
abovePillar(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
Deprecated.
Polyline是否显示在楼块上方 已经废弃,建议使用PolylineOptions.level(int),精确设置显示层级关系
accessorial_desc - Variable in class com.tencent.lbssearch.object.result.RoutePlanningObject.Step
附加信息,可能为空,如“进入北四环西路”,"到达终点"等
accessorial_desc - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Walking
本段的附加信息
accuracy(int) - Method in class com.tencent.lbssearch.object.param.DrivingParam
[from辅助参数]定位精度,单位:米,取 > 0数值,默认5。 当定位精度 > 30米时heading参数将被忽略
act_desc - Variable in class com.tencent.lbssearch.object.result.RoutePlanningObject.Step
本段结束时的动作,如“右转”
activate(LocationSource.OnLocationChangedListener) - Method in interface com.tencent.tencentmap.mapsdk.maps.LocationSource
设置位置变化回调接口
ad_info - Variable in class com.tencent.lbssearch.object.result.Address2GeoResultObject.Address2GeoResult
行政区划信息
ad_info - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult
行政区划信息
ad_info - Variable in class com.tencent.lbssearch.object.result.SearchResultObject.SearchResultData
行政区划信息,目前仅提供adcode
adcode - Variable in class com.tencent.lbssearch.httpresponse.AdInfo
行政区划代码
adcode - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject.SubPoi
行政区划代码
adcode - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject.SuggestionData
行政区划代码
add(LatLng) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
向PolygonOptions添加顶点
add(LatLng...) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
向PolygonOptions添加顶点
add(List<LatLng>) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
添加顶点坐标
add(LatLng, LatLng...) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
添加顶点
add(LatLng[]) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
添加顶点
addAll(Iterable<LatLng>) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
向PolygonOptions添加顶点
addAll(Iterable<LatLng>) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
添加顶点
addAllSegmentText(List<PolylineOptions.SegmentText>) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Text.Builder
添加多个文字段
addAnimation(Animation) - Method in class com.tencent.tencentmap.mapsdk.maps.model.AnimationSet
Deprecated.
添加一个动画
addAnimation(Animation) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.IAnimationSet
添加一个动画
addBubble(BubbleOptions) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.BubbleGroup
添加一个气泡
addCircle(CircleOptions) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
添加圆
addCustomLayer(CustomLayerOptions) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
添加个性化图层
addListener(TencentMapGestureListener) - Method in class com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListenerList
 
addLocation(LatLng) - Method in class com.tencent.lbssearch.object.param.TranslateParam
添加一组坐标
addMarker(Marker) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MarkerGroup
 
addMarker(MarkerOptions) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
添加标注(Marker)
addMarkerById(String) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MarkerGroup
 
addMarkerList(List<Marker>) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MarkerGroup
 
addOnMapLoadedCallback(TencentMap.OnMapLoadedCallback) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置地图加载完成回调接口
addPoints(DrivingParam.Travel.Point...) - Method in class com.tencent.lbssearch.object.param.DrivingParam.Travel
轨迹中最多支持传入50个点
addPolygon(PolygonOptions) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
添加多边形
addPolyline(PolylineOptions) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
添加线
address - Variable in class com.tencent.lbssearch.httpresponse.Poi
地址
address(String) - Method in class com.tencent.lbssearch.object.param.Address2GeoParam
地址
address - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult
地址描述
address - Variable in class com.tencent.lbssearch.object.result.SearchResultObject.SearchResultData
地址
address - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject.SubPoi
地址
address - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject.SuggestionData
地址
address2geo(Address2GeoParam, HttpResponseListener) - Method in class com.tencent.lbssearch.TencentSearch
地址解析(地址转坐标) 本接口提供由地址描述到所述位置坐标的转换,与逆地址解析的过程正好相反。
Address2GeoParam - Class in com.tencent.lbssearch.object.param
地址解析参数
Address2GeoParam() - Constructor for class com.tencent.lbssearch.object.param.Address2GeoParam
 
Address2GeoParam(String) - Constructor for class com.tencent.lbssearch.object.param.Address2GeoParam
 
Address2GeoResult() - Constructor for class com.tencent.lbssearch.object.result.Address2GeoResultObject.Address2GeoResult
 
Address2GeoResultObject - Class in com.tencent.lbssearch.object.result
地址解析网络数据返回结果 地址转坐标
Address2GeoResultObject() - Constructor for class com.tencent.lbssearch.object.result.Address2GeoResultObject
 
Address2GeoResultObject.Address2GeoResult - Class in com.tencent.lbssearch.object.result
 
address_component - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult
地址部件,address不满足需求时可自行拼接
address_components - Variable in class com.tencent.lbssearch.object.result.Address2GeoResultObject.Address2GeoResult
解析后的地址部件
ADDRESS_FORMAT_DEFAULT - Static variable in class com.tencent.lbssearch.object.param.Geo2AddressParam.PoiOptions
 
ADDRESS_FORMAT_SHORT - Static variable in class com.tencent.lbssearch.object.param.Geo2AddressParam.PoiOptions
 
address_reference - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult
坐标相对位置参考
AddressComponent - Class in com.tencent.lbssearch.object.result
地址部件,address不满足需求时可自行拼接
AddressComponent() - Constructor for class com.tencent.lbssearch.object.result.AddressComponent
 
addressFormat(SuggestionParam.AddressFormat) - Method in class com.tencent.lbssearch.object.param.SuggestionParam
可选值:SuggestionParam.AddressFormat.SHORT 返回“不带行政区划的”短地址
AddressReference() - Constructor for class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult.AddressReference
 
addSegmentsWithRouteName(List<MapRouteSection>, List<LatLng>) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapNavi
添加路名信息
addSegmentText(PolylineOptions.SegmentText) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Text.Builder
添加一个文字段
addTencentMapGestureListener(TencentMapGestureListener) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
添加一个腾讯地图手势监听接口
addTileOverlay(TileOverlayOptions) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
添加瓦片图层
addTurnArrow(int, int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
添加一个转弯箭头
addWayPoint(LatLng) - Method in class com.tencent.lbssearch.object.param.DrivingParam
增加一个途经点,最多10个,如果多余10则不作任何操作。
addWayPoints(Iterable<LatLng>) - Method in class com.tencent.lbssearch.object.param.DrivingParam
增加多个途经点
AdInfo - Class in com.tencent.lbssearch.httpresponse
行政区划信息
AdInfo() - Constructor for class com.tencent.lbssearch.httpresponse.AdInfo
 
alpha(float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置标注的透明度
alpha(float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置透明度
AlphaAnimation - Class in com.tencent.tencentmap.mapsdk.maps.model
Deprecated.
AlphaAnimation(float, float) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.AlphaAnimation
Deprecated.
 
altitude - Variable in class com.tencent.tencentmap.mapsdk.maps.model.LatLng
海拔
anchor(float, float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置标注的锚点
anchor(float, float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
设置定位图标的锚点。
animateCamera(CameraUpdate) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
把地图变换到指定的状态,带动画
animateCamera(CameraUpdate, TencentMap.CancelableCallback) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
以动画的方式把地图变换到指定的状态
animateCamera(CameraUpdate, long, TencentMap.CancelableCallback) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
以动画的方式把地图变换到指定的状态
animateToNaviPosition(LatLng, float, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapNavi
 
animateToNaviPosition(LatLng, float, float, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapNavi
 
animateToNaviPosition(LatLng, float, float, float, boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapNavi
 
animateToNaviPosition2(LatLng, float, float, float, boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapNavi
 
Animation - Interface in com.tencent.tencentmap.mapsdk.maps.model
地图Overlay的动画基类
animation(Animation) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
执行一个动画
animationDuration(long) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MaskLayerOptions
设置蒙层动画的执行时间
AnimationListener - Interface in com.tencent.tencentmap.mapsdk.maps.model
动画播放的状态监听器
AnimationSet - Class in com.tencent.tencentmap.mapsdk.maps.model
Deprecated.
AnimationSet(boolean) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.AnimationSet
Deprecated.
 
Area() - Constructor for class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult.AddressReference.Area
 
arrow(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
导航用接口,开发都不要用
arrowSpacing(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置方向箭头的间距,单位(px),默认是100px
arrowTexture(BitmapDescriptor) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置方向箭头的自定义纹理
ASSET - Static variable in annotation type com.tencent.tencentmap.mapsdk.maps.TencentMapResource.ResourceFrom
 
attachMapContext(TencentMapContext) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 
autoExtend(boolean) - Method in class com.tencent.lbssearch.object.param.SearchParam.Nearby
设置自动扩大范围
autoExtend(boolean) - Method in class com.tencent.lbssearch.object.param.SearchParam.Region
设置自动扩大范围

B

background(Drawable[]) - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
设置背景图片
background(Bitmap[]) - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
设置背景图片
BASE_URL - Static variable in interface com.tencent.lbssearch.httpresponse.UrlConstant
 
BaseAnimation - Class in com.tencent.tencentmap.mapsdk.maps.model
 
BaseAnimation() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.BaseAnimation
 
BaseObject - Class in com.tencent.lbssearch.httpresponse
http返回数据基类
BaseObject() - Constructor for class com.tencent.lbssearch.httpresponse.BaseObject
 
bearing - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CameraPosition
 
bearing(float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.CameraPosition.Builder
旋转角度
betterQuality(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.TileOverlayOptions
当前 TileOverlay 是否以高清模式加载
BicyclingParam - Class in com.tencent.lbssearch.object.param
All rights Reserved, Designed By lbs.qq.com
BicyclingParam() - Constructor for class com.tencent.lbssearch.object.param.BicyclingParam
 
BicyclingParam(LatLng, LatLng) - Constructor for class com.tencent.lbssearch.object.param.BicyclingParam
 
BicyclingResultObject - Class in com.tencent.lbssearch.object.result
All rights Reserved, Designed By lbs.qq.com
BicyclingResultObject() - Constructor for class com.tencent.lbssearch.object.result.BicyclingResultObject
 
BicyclingResultObject.Result - Class in com.tencent.lbssearch.object.result
 
BicyclingResultObject.Route - Class in com.tencent.lbssearch.object.result
一条路径的类型
BitmapDescriptor - Class in com.tencent.tencentmap.mapsdk.maps.model
Bitmap的描述信息
BitmapDescriptor(BitmapDescriptor.BitmapFormator) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptor
 
BitmapDescriptor.BitmapFormator - Interface in com.tencent.tencentmap.mapsdk.maps.model
 
BitmapDescriptor.BitmapFormator.BitmapFormatType - Annotation Type in com.tencent.tencentmap.mapsdk.maps.model
 
BitmapDescriptorFactory - Class in com.tencent.tencentmap.mapsdk.maps.model
 
borderColor(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置线ARGB的描边颜色:当线是纯色线的时候,设置border的颜色可用此接口
borderColors(int[]) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置ARGB线的描边颜色,borderColors的数量应该与 PolylineOptions.colors(int[], int[])接口中的colors的长度保持一致。
borderWidth(float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置ARGB线 描边的宽度
boundary(SearchParam.Boundary) - Method in class com.tencent.lbssearch.object.param.SearchParam
搜索地理范围
BOUNDARY_WORLD - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.GeometryConstants
世界的移动区域限制
bounds - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Route
路线在地图上的显示范围
BubbleGroup - Interface in com.tencent.tencentmap.mapsdk.maps.model
TODO
BubbleOptions - Class in com.tencent.tencentmap.mapsdk.maps.model
气泡选项
BubbleOptions() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
 
build(TencentMap) - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider.Builder
 
build() - Method in class com.tencent.tencentmap.mapsdk.maps.model.CameraPosition.Builder
 
build() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds.Builder
创建新的地理区域
build() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Text.Builder
构建 Text
Builder() - Constructor for class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider.Builder
 
builder() - Static method in class com.tencent.tencentmap.mapsdk.maps.model.CameraPosition
builder(CameraPosition) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.CameraPosition
由一个 CameraPosition 对象创建一个 CameraPosition.Builder
Builder() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.CameraPosition.Builder
 
Builder(CameraPosition) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.CameraPosition.Builder
 
builder() - Static method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
创建一个构造器
Builder() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds.Builder
 
Builder(PolylineOptions.SegmentText) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Text.Builder
 
Builder(List<PolylineOptions.SegmentText>) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Text.Builder
 
buildingId - Variable in class com.tencent.tencentmap.mapsdk.maps.model.IndoorMapPoi
建筑 id
buildingName - Variable in class com.tencent.tencentmap.mapsdk.maps.model.IndoorMapPoi
建筑名称
buildParameters() - Method in class com.tencent.lbssearch.object.param.Address2GeoParam
 
buildParameters() - Method in class com.tencent.lbssearch.object.param.DistrictChildrenParam
 
buildParameters() - Method in class com.tencent.lbssearch.object.param.DistrictSearchParam
 
buildParameters() - Method in class com.tencent.lbssearch.object.param.DrivingParam
 
buildParameters() - Method in class com.tencent.lbssearch.object.param.Geo2AddressParam
 
buildParameters() - Method in interface com.tencent.lbssearch.object.param.ParamObject
构造参数
buildParameters() - Method in class com.tencent.lbssearch.object.param.RoutePlanningParam
 
buildParameters() - Method in class com.tencent.lbssearch.object.param.SearchParam
构造参数
buildParameters() - Method in class com.tencent.lbssearch.object.param.StreetViewParam
 
buildParameters() - Method in class com.tencent.lbssearch.object.param.SuggestionParam
 
buildParameters() - Method in class com.tencent.lbssearch.object.param.TransitParam
 
buildParameters() - Method in class com.tencent.lbssearch.object.param.TranslateParam
 
byteLength() - Static method in class com.tencent.tencentmap.mapsdk.maps.model.MapRouteSection
对象序列化需要的长度
byteLength() - Static method in class com.tencent.tencentmap.mapsdk.maps.model.MapRouteSectionWithName
Deprecated.
对象序列化需要的长度

C

calculateZoomToSpanLevel(List<IOverlay>, List<LatLng>, int, int, int, int) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
计算出要在当前底图可视区域内显示一组元素及一组点的比例尺和中心点(有填边)
目前只有在 CameraPosition.bearing == 0 且 CameraPosition.tilt == 0 时才能获取到正确的值
calculateZoomToSpanLevelAsync(List<IOverlay>, List<LatLng>, int, int, int, int, TencentMap.AsyncOperateCallback<CameraPosition>) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapNavi
计算出要在当前底图可视区域内显示一组元素及一组点的比例尺和中心点(有填边)
calNaviLevel(LatLngBounds, float, int, boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapNavi
 
calNaviLevel2(LatLng, LatLng, float, float, int, boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapNavi
 
calNaviLevel3(LatLng, LatLng, float, int, int, int, int, boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapNavi
 
CameraPosition - Class in com.tencent.tencentmap.mapsdk.maps.model
定义地图状态的类
CameraPosition(LatLng, float, float, float) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.CameraPosition
构造一个 CameraPosition
CameraPosition.Builder - Class in com.tencent.tencentmap.mapsdk.maps.model
CameraPosition 的Builder类
CameraUpdate - Class in com.tencent.tencentmap.mapsdk.maps
描述地图状态将要发生的变化,由 CameraUpdateFactory来生成
CameraUpdateFactory - Class in com.tencent.tencentmap.mapsdk.maps
生成地图状态将要发生的变化,主要通过不同的参数生成不同的CameraUpdate来进行。 主要有以下几个方法来执行:
CamerParameter - Class in com.tencent.tencentmap.mapsdk.maps.model
 
CamerParameter() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
category - Variable in class com.tencent.lbssearch.httpresponse.Poi
POI分类
category - Variable in class com.tencent.lbssearch.object.result.SearchResultObject.SearchResultData
分类
center(LatLng) - Method in class com.tencent.lbssearch.object.param.SearchParam.Region
设置范围中心坐标
center(LatLng) - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
设置圆心坐标
checkParams() - Method in class com.tencent.lbssearch.object.param.Address2GeoParam
 
checkParams() - Method in class com.tencent.lbssearch.object.param.DistrictChildrenParam
 
checkParams() - Method in class com.tencent.lbssearch.object.param.DistrictSearchParam
 
checkParams() - Method in class com.tencent.lbssearch.object.param.Geo2AddressParam
 
checkParams() - Method in interface com.tencent.lbssearch.object.param.ParamObject
检查参数输入是否正确
checkParams() - Method in class com.tencent.lbssearch.object.param.RoutePlanningParam
 
checkParams() - Method in class com.tencent.lbssearch.object.param.SearchParam
检查参数是否完整
checkParams() - Method in class com.tencent.lbssearch.object.param.StreetViewParam
 
checkParams() - Method in class com.tencent.lbssearch.object.param.SuggestionParam
 
checkParams() - Method in class com.tencent.lbssearch.object.param.TranslateParam
 
cidx - Variable in class com.tencent.lbssearch.object.result.DistrictResultObject.DistrictResult
子级行政区划在下级数组中的下标位置
Circle - Interface in com.tencent.tencentmap.mapsdk.maps.model
 
CircleOptions - Class in com.tencent.tencentmap.mapsdk.maps.model
创建圆的参数类
CircleOptions() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
创建一个圆的参数
city - Variable in class com.tencent.lbssearch.httpresponse.AdInfo
city - Variable in class com.tencent.lbssearch.object.result.AddressComponent
city - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject.SubPoi
地点所在城市名称
city - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject.SuggestionData
cleanAnimation() - Method in class com.tencent.tencentmap.mapsdk.maps.model.AnimationSet
Deprecated.
清除所有动画
cleanAnimation() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.IAnimationSet
清除所有动画
cleanTurnArrow() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
清除当前显示的路线转弯箭头
clear() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MarkerGroup
 
clear() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
Deprecated.
从4.3.0弃用,建议使用 {TencentMap.clearAllOverlays()}
clearAllOverlays() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
清除地图上所有的标注类(Marker、Polyline、Polygon,TileOverlay除外)
clearBubbleGroup() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.BubbleGroup
清空多气泡组
clearCache() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
清理缓存 将自定义瓦片、卫星图、底图等缓存数据进行清理
clearDiskCache() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.CustomLayer
清理对应磁盘缓存
clearRouteNameSegments() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapNavi
清除路名信息
clearTileCache() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TileOverlay
清理对应TileOverlay下面的缓存
clickable(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
圆形是否支持点击
clickable(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
多边形是否支持点击
clickable(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
是否可以点击
clockwise(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
旋转角度是否沿顺时针方向
clone() - Method in class com.tencent.tencentmap.mapsdk.maps.model.IndoorBuilding
 
color - Variable in class com.tencent.tencentmap.mapsdk.maps.model.MapRouteSection
 
color - Variable in class com.tencent.tencentmap.mapsdk.maps.model.MapRouteSectionWithName
Deprecated.
 
color(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MaskLayerOptions
设置颜色
color(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置线的颜色
color(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Text.Builder
设置文字颜色
colors(int[], int[]) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置线的分段颜色
Colors() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Colors
 
colorTexture(BitmapDescriptor) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
注意:
1、当调用此接口,且LineType不为LINE_TYPE_DOTTEDLINE时,color和colors接口指定的值代表用此接口设置纹理的第几像素行,以绘制纹理线
2、当调用此接口,且LineType设置为LINE_TYPE_DOTTEDLINE时,绘制线时会连续绘制此接口设置的纹理。
3、提供的纹理图片最大高度不能超过16px。
colorType(PolylineOptions.ColorType) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置颜色类型
com.tencent.lbssearch - package com.tencent.lbssearch
 
com.tencent.lbssearch.httpresponse - package com.tencent.lbssearch.httpresponse
 
com.tencent.lbssearch.object.param - package com.tencent.lbssearch.object.param
 
com.tencent.lbssearch.object.result - package com.tencent.lbssearch.object.result
 
com.tencent.map.sdk.utilities.heatmap - package com.tencent.map.sdk.utilities.heatmap
热力图
com.tencent.tencentmap.mapsdk.maps - package com.tencent.tencentmap.mapsdk.maps
 
com.tencent.tencentmap.mapsdk.maps.model - package com.tencent.tencentmap.mapsdk.maps.model
 
containMarker(Marker) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MarkerGroup
 
containMarkerById(String) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MarkerGroup
 
contains(LatLng) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
判断点是否在圆内
contains(LatLng) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
判断是否包括指定地理坐标点
contains(LatLngBounds) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
判断是否包括指定地理区域
contains(LatLng) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
判断一个经纬度坐标点是否在Polygon内部
containsBubble(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.BubbleGroup
根据id查找气泡
content(String) - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
设置气泡要显示的内容
contentDescription(String) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置无障碍相关描述信息
contentView(View) - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
设置内容控件
coord_type(CoordTypeEnum) - Method in class com.tencent.lbssearch.object.param.Geo2AddressParam
Deprecated.
已弃用
coord_type(CoordTypeEnum) - Method in class com.tencent.lbssearch.object.param.TranslateParam
coordType - Variable in enum com.tencent.lbssearch.object.param.CoordTypeEnum
 
coordType(TranslateParam.CoordType) - Method in class com.tencent.lbssearch.object.param.TranslateParam
输入的locations的坐标类型
CoordTypeEnum - Enum in com.tencent.lbssearch.object.param
 
count - Variable in class com.tencent.lbssearch.object.result.SearchResultObject
结果数量
count - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject
结果总数
createAlphaAnimation(float, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapComponent
创建渐变动画
createAnimationSet(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapComponent
创建动画集合
createBitmapDescriptor(int, int) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapResource
创建
createBitmapDescriptor(String, int) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapResource
 
createBitmapDescriptor(float, int) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapResource
 
createBitmapDescriptor(Bitmap, int) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapResource
 
createBitmapDescriptor(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapResource
 
createEmergeAnimation(LatLng) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapComponent
创建动画从哪点开始然后向两端扩展,当然也可以设置为起点或是终点。 如果设置的点不在线上,则从线与这个点最近的那个点开始。
createHeatMapTileProvider(HeatMapTileProvider.Builder) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapComponent
创建热力图数据Provider
createRotateAnimation(float, float, float, float, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapComponent
创建旋转动画
createScaleAnimation(float, float, float, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapComponent
创建缩放动画
createTranslateAnimation(LatLng) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapComponent
创建平移动画
CREATOR - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.LatLng
 
CREATOR - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
 
CREATOR - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.LatLngSpan
 
crossroad - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult.AddressReference
交叉路口
CustomLayer - Interface in com.tencent.tencentmap.mapsdk.maps.model
 
CustomLayerOptions - Class in com.tencent.tencentmap.mapsdk.maps.model
个性化图层设置选项
CustomLayerOptions() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.CustomLayerOptions
 
CustomRender - Interface in com.tencent.tencentmap.mapsdk.maps
基于gles2.0的自定义渲染

D

DARK_BLUE - Static variable in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
Deprecated.
DARK_BLUE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Colors
深蓝
DASHED - Static variable in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
Deprecated.
DASHED - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Colors
虚线(绘制步行时使用到)
data - Variable in class com.tencent.lbssearch.object.result.SearchResultObject
 
data - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject
 
data(Collection<LatLng>) - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider.Builder
设置坐标数据
data_version - Variable in class com.tencent.lbssearch.object.result.DistrictResultObject
版本
deactivate() - Method in interface com.tencent.tencentmap.mapsdk.maps.LocationSource
取消位置变化回调
DEFAULT_GRADIENT - Static variable in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider
默认的渐变算法
DEFAULT_OPACITY - Static variable in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider
默认半透明值
DEFAULT_RADIUS - Static variable in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider
默认卷积半径
defaultMarker() - Static method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 
defaultMarker(float) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 
defaultMarker(TencentMapContext) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
获取默认样式的Marker的 BitmapDescriptor
defaultMarker(TencentMapContext, float) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
创建指定颜色的Marker的BitmapDescriptor
departureTime(long) - Method in class com.tencent.lbssearch.object.param.TransitParam
出发时间,默认使用当前时间,用于过滤掉非运营时段的线路
describeContents() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLng
 
describeContents() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
 
describeContents() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngSpan
 
description - Variable in class com.tencent.lbssearch.object.result.StreetViewResultObject.Details
场景点描述信息,如当前道路等。
Destination() - Constructor for class com.tencent.lbssearch.object.result.TransitResultObject.Destination
 
destination - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Line
终点站,用于表示乘坐线路的方向
detail - Variable in class com.tencent.lbssearch.object.result.StreetViewResultObject
 
Details() - Constructor for class com.tencent.lbssearch.object.result.StreetViewResultObject.Details
 
deviation - Variable in class com.tencent.lbssearch.object.result.Address2GeoResultObject.Address2GeoResult
dir_desc - Variable in class com.tencent.lbssearch.object.result.RoutePlanningObject.Step
本段的方向,如“北”
direction - Variable in class com.tencent.lbssearch.object.result.BicyclingResultObject.Route
路线总体方向
direction - Variable in class com.tencent.lbssearch.object.result.DrivingResultObject.Route
Deprecated.
废弃
direction - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Walking
路线总体方向
direction - Variable in class com.tencent.lbssearch.object.result.WalkingResultObject.Route
路线总体方向
diskCacheDir(String) - Method in class com.tencent.tencentmap.mapsdk.maps.model.TileOverlayOptions
设置磁盘缓存路径
如果有 WRITE_EXTERNAL_STORAGE 权限,diskCacheDir 的父目录为 /sdcard/tencentmapsdk/app_package_name/data/tile
如果没有 WRITE_EXTERNAL_STORAGE 权限,diskCacheDir 的父目录为 Context#getFilesDir().getAbsolutePath()/tile
displayLevel(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
设置显示级别(0:不参与避让 1:避让级别最高 数字越大 避让级别越低)
distance - Variable in class com.tencent.lbssearch.object.result.BicyclingResultObject.Route
路径的距离,单位为米
distance - Variable in class com.tencent.lbssearch.object.result.DrivingResultObject.Route
路径的距离,单位为米
distance - Variable in class com.tencent.lbssearch.object.result.RoutePlanningObject.Step
本段的长度,单位:米
distance - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Line
距离,单位:米
distance - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Route
路径的距离,单位为米
distance - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Walking
路径的距离,单位:米
distance - Variable in class com.tencent.lbssearch.object.result.WalkingResultObject.Route
路径的距离,单位为米
district - Variable in class com.tencent.lbssearch.httpresponse.AdInfo
区,可能为空字串
district - Variable in class com.tencent.lbssearch.object.result.AddressComponent
区,可能为空字串
district - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject.SuggestionData
Deprecated.
废弃
DISTRICT_CHILDREN_URL - Static variable in interface com.tencent.lbssearch.httpresponse.UrlConstant
 
DISTRICT_LIST_URL - Static variable in interface com.tencent.lbssearch.httpresponse.UrlConstant
 
DISTRICT_SEARCH_URL - Static variable in interface com.tencent.lbssearch.httpresponse.UrlConstant
 
DistrictChildrenParam - Class in com.tencent.lbssearch.object.param
中国标准行政区划数据参数
DistrictChildrenParam() - Constructor for class com.tencent.lbssearch.object.param.DistrictChildrenParam
 
DistrictResult() - Constructor for class com.tencent.lbssearch.object.result.DistrictResultObject.DistrictResult
 
DistrictResultObject - Class in com.tencent.lbssearch.object.result
中国标准行政区划数据结果
DistrictResultObject() - Constructor for class com.tencent.lbssearch.object.result.DistrictResultObject
 
DistrictResultObject.DistrictResult - Class in com.tencent.lbssearch.object.result
 
DistrictSearchParam - Class in com.tencent.lbssearch.object.param
中国标准行政区划数据参数
DistrictSearchParam() - Constructor for class com.tencent.lbssearch.object.param.DistrictSearchParam
 
DistrictSearchParam(String) - Constructor for class com.tencent.lbssearch.object.param.DistrictSearchParam
 
draggable(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置标注是否可以被拖动
DrivingParam - Class in com.tencent.lbssearch.object.param
 
DrivingParam() - Constructor for class com.tencent.lbssearch.object.param.DrivingParam
 
DrivingParam(LatLng, LatLng) - Constructor for class com.tencent.lbssearch.object.param.DrivingParam
 
DrivingParam.Policy - Enum in com.tencent.lbssearch.object.param
驾车路径规划的策略类型
DrivingParam.Preference - Enum in com.tencent.lbssearch.object.param
驾车路径规划的单项偏好参数
DrivingParam.RoadType - Enum in com.tencent.lbssearch.object.param
 
DrivingParam.Travel - Class in com.tencent.lbssearch.object.param
轨迹
DrivingParam.Travel.Point - Class in com.tencent.lbssearch.object.param
 
DrivingResultObject - Class in com.tencent.lbssearch.object.result
 
DrivingResultObject() - Constructor for class com.tencent.lbssearch.object.result.DrivingResultObject
 
DrivingResultObject.Restriction - Class in com.tencent.lbssearch.object.result
限行信息
DrivingResultObject.Result - Class in com.tencent.lbssearch.object.result
 
DrivingResultObject.Route - Class in com.tencent.lbssearch.object.result
一条路径的类型
DrivingResultObject.TaxiFare - Class in com.tencent.lbssearch.object.result
 
DrivingResultObject.WayPoint - Class in com.tencent.lbssearch.object.result
 
duration - Variable in class com.tencent.lbssearch.object.result.BicyclingResultObject.Route
预计所需要的时间
duration - Variable in class com.tencent.lbssearch.object.result.DrivingResultObject.Route
预计所需要的时间
duration - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Line
预计用时,单位:分钟
duration - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Route
预计所需要的时间
duration - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Walking
预计用时,单位:分钟
duration - Variable in class com.tencent.lbssearch.object.result.WalkingResultObject.Route
预计所需要的时间
duration_1m - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Route
预计所需要的时间

E

elements - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
EmergeAnimation - Class in com.tencent.tencentmap.mapsdk.maps.model
Deprecated.
EmergeAnimation(LatLng) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.EmergeAnimation
Deprecated.
动画从哪点开始然后向两端扩展,当然也可以设置为起点或是终点。 如果设置的点不在线上,则从线与这个点最近的那个点开始。
EMPTY_TILE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.Tile
 
enableMultipleInfowindow(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置地图是否允许多InfoWindow模式,默认是false(只允许显示一个InfoWindow) 注意:此方法需要在addMarker之前调用。
endNum - Variable in class com.tencent.tencentmap.mapsdk.maps.model.MapRouteSection
 
endNum - Variable in class com.tencent.tencentmap.mapsdk.maps.model.MapRouteSectionWithName
Deprecated.
 
equals(Object) - Method in class com.tencent.tencentmap.mapsdk.maps.model.CameraPosition
 
equals(Object) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLng
 
equals(Object) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
 
equals(Object) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngSpan
 
equals(Object) - Method in class com.tencent.tencentmap.mapsdk.maps.model.VisibleRegion
判断这个对象和指定对象是否具有相同的边界范围
equals(Object) - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
 
EQUATOR_METERS - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
赤道的米数
eraseColor(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置ARGB类型线的擦除色,默认为Color#GRAY
eraseTo(int, LatLng) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
设置路线擦除的索引,要使此接口生效必须调用 Polyline.setEraseable(boolean)
exception - Variable in class com.tencent.lbssearch.httpresponse.BaseObject
 
Exit() - Constructor for class com.tencent.lbssearch.object.result.TransitResultObject.Exit
 
exit - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.GetOnOrOff
出口信息
EXPERIENCE - Static variable in class com.tencent.lbssearch.object.result.DrivingResultObject
路线策略,当返回多路线时可以在 tags 字段获取 经验路线

F

famous_area - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult.AddressReference
知名区域,如商圈或人们普遍认为有较高知名度的区域
fare - Variable in class com.tencent.lbssearch.object.result.DrivingResultObject.TaxiFare
预估打车费用,单位:元
farLeft - Variable in class com.tencent.tencentmap.mapsdk.maps.model.VisibleRegion
 
farRight - Variable in class com.tencent.tencentmap.mapsdk.maps.model.VisibleRegion
 
fastLoad(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置是否允许 marker 快速加载,默认此选项为 true 如果当前屏幕内有大量 marker 动态变化其 icon 可能会有性能问题 可以尝试关闭不需要此功能的 marker,关闭此功能后可能导致切换 icon 时闪烁
FILE - Static variable in annotation type com.tencent.tencentmap.mapsdk.maps.TencentMapResource.ResourceFrom
 
fillColor(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
设置圆的填充颜色
fillColor(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
设置圆形区域(以定位位置为圆心,定位半径的圆形区域)的填充颜色
fillColor(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
设置PolygonOptions填充颜色
filter(String...) - Method in class com.tencent.lbssearch.object.param.SearchParam
筛选条件
filter(String...) - Method in class com.tencent.lbssearch.object.param.SuggestionParam
筛选条件
findMarkerById(String) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MarkerGroup
 
flat(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置是不是3D标注,3D标注会随着地图倾斜面倾斜
floorName - Variable in class com.tencent.tencentmap.mapsdk.maps.model.IndoorMapPoi
楼层名称
FORMAT_ASSET - Static variable in annotation type com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptor.BitmapFormator.BitmapFormatType
 
FORMAT_BITMAP - Static variable in annotation type com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptor.BitmapFormator.BitmapFormatType
 
FORMAT_DEFAULT - Static variable in annotation type com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptor.BitmapFormator.BitmapFormatType
 
FORMAT_DEFAULT_F - Static variable in annotation type com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptor.BitmapFormator.BitmapFormatType
 
FORMAT_FILE - Static variable in annotation type com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptor.BitmapFormator.BitmapFormatType
 
FORMAT_NONE - Static variable in annotation type com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptor.BitmapFormator.BitmapFormatType
 
FORMAT_PATH - Static variable in annotation type com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptor.BitmapFormator.BitmapFormatType
 
FORMAT_RESOURCE - Static variable in annotation type com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptor.BitmapFormator.BitmapFormatType
 
formatted_addresses - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult
位置描述
FormatterAddress() - Constructor for class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult.FormatterAddress
 
from(LatLng) - Method in class com.tencent.lbssearch.object.param.RoutePlanningParam
设置路线的起点
from(double, double, double, double) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
构造一个坐标边界
from(int, int, int) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
创建一个来自瓦片数据的地理边界
fromAsset(String) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 
fromAsset(TencentMapContext, String) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
根据资源asset文件创建一个 BitmapDescriptor
fromBitmap(Bitmap) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 
fromBitmap(TencentMapContext, Bitmap) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
根据Bitmap对象创建一个 BitmapDescriptor
fromFile(String) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 
fromFile(TencentMapContext, String) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
根据应用程序私有文件夹里包含文件的文件名创建一个 BitmapDescriptor
fromLatLngZoom(LatLng, float) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.CameraPosition
创建一个 CameraPosition
fromPath(String) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 
fromPath(TencentMapContext, String) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
根据文件绝对路径创建一个 BitmapDescriptor
fromPOI(String) - Method in class com.tencent.lbssearch.object.param.DrivingParam
起点POI ID,传入后,优先级高于from(坐标)
fromResource(int) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 
fromResource(TencentMapContext, int) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
根据资源id创建一个 BitmapDescriptor
fromScreenLocation(Point) - Method in interface com.tencent.tencentmap.mapsdk.maps.Projection
获取屏幕上的点对应当前地图的经纬度
fromTravel(DrivingParam.Travel) - Method in class com.tencent.lbssearch.object.param.DrivingParam
起点轨迹: 在真实的场景中,易受各种环境及设备精度影响,导致定位点产生误差,传入起点前段轨迹,可有效提升准确度。 优先级:高于from参数
fromView(View) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 
fromView(TencentMapContext, View) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
根据传入的View,创建BitmapDescriptor 对象。
fullname - Variable in class com.tencent.lbssearch.object.result.DistrictResultObject.DistrictResult
全称,如“内蒙古自治区”

G

generateColorMap(double) - Method in class com.tencent.map.sdk.utilities.heatmap.Gradient
根据透明色生成颜色值
generateColorMap(double) - Method in interface com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider.HeatTileGenerator
渐变颜色
generateKernel(int) - Method in interface com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider.HeatTileGenerator
扩散矩阵
geo2address(Geo2AddressParam, HttpResponseListener) - Method in class com.tencent.lbssearch.TencentSearch
逆地址解析(坐标位置描述) 本接口提供由 坐标 到 坐标所在位置的文字描述 的转换,输入坐标, 返回包括:坐标位置的门址描述文字、行政区划 和 附近POI等信息。
Geo2AddressParam - Class in com.tencent.lbssearch.object.param
逆地址解析参数
Geo2AddressParam() - Constructor for class com.tencent.lbssearch.object.param.Geo2AddressParam
 
Geo2AddressParam(LatLng) - Constructor for class com.tencent.lbssearch.object.param.Geo2AddressParam
构造参数
Geo2AddressParam.PoiOptions - Class in com.tencent.lbssearch.object.param
 
Geo2AddressResultObject - Class in com.tencent.lbssearch.object.result
逆地址解析返回的数据
Geo2AddressResultObject() - Constructor for class com.tencent.lbssearch.object.result.Geo2AddressResultObject
 
Geo2AddressResultObject.ReverseAddressResult - Class in com.tencent.lbssearch.object.result
 
Geo2AddressResultObject.ReverseAddressResult.AddressReference - Class in com.tencent.lbssearch.object.result
坐标相对位置参考
Geo2AddressResultObject.ReverseAddressResult.AddressReference.Area - Class in com.tencent.lbssearch.object.result
有关系的区域
Geo2AddressResultObject.ReverseAddressResult.FormatterAddress - Class in com.tencent.lbssearch.object.result
位置描述
GEOCODER_MBIKE_URL - Static variable in interface com.tencent.lbssearch.httpresponse.UrlConstant
 
GEOCODER_URL - Static variable in interface com.tencent.lbssearch.httpresponse.UrlConstant
 
GeometryConstants - Class in com.tencent.tencentmap.mapsdk.maps.model
 
GeometryConstants() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.GeometryConstants
 
get_poi(boolean) - Method in class com.tencent.lbssearch.object.param.Geo2AddressParam
getActivedIndoorBuilding(LatLng) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
Deprecated.
从4.2.4弃用,室内图信息的获取应从回调中监听
getActivedIndoorFloorNames() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取当前激活状态室内图的楼层名称列表
getActiveLevelIndex() - Method in class com.tencent.tencentmap.mapsdk.maps.model.IndoorBuilding
获取当前显示的楼层
getAlpha() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获取标注的透明度
getAlpha() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取标注的透明度
getAlpha() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
获取透明得
getAltitude() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLng
获取海拔
getAnchorU() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获取沿x轴的锚点
getAnchorU() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取标注的上下的锚点
getAnchorU() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
返回定位图标的锚点的水平比例
getAnchorV() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获取沿y轴的锚点
getAnchorV() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取标注的左右的锚点
getAnchorV() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
返回定位图标的锚点的纵向比例
getAnimation() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
获取设置的动画
getAnimationDuration() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MaskLayerOptions
获取蒙层动画的执行时间
getAnimationListener() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Animation
获取动画监听
getAnimationListener() - Method in class com.tencent.tencentmap.mapsdk.maps.model.BaseAnimation
 
getArrowSpacing() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
获取箭头的间距,单位(px),默认100px
getArrowTexture() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
获取Polyline自定义箭头的纹理
getBackground() - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
获取背景图片
getBitmap(Context) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptor.BitmapFormator
 
getBitmap(Context) - Method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptor
 
getBitmapId() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptor.BitmapFormator
 
getBorderColors() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
获取ARGB线 border颜色数组 如果是纯色线的PolylineOptions.borderColor(int),则返回长度为1的颜色数组
getBorderWidth() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
获取ARGB线描边宽度,(单位px)
getBounderPoints(Marker) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取marker外包点集
getBubbleIds() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.BubbleGroup
得到多气泡的id组
getBuidlingId() - Method in class com.tencent.tencentmap.mapsdk.maps.model.IndoorBuilding
获取当前展示室内图的建筑 id
getBuildingId() - Method in class com.tencent.tencentmap.mapsdk.maps.model.IndoorInfo
获取建筑的唯一标识
getBuildingId() - Method in class com.tencent.tencentmap.mapsdk.maps.model.IndoorMapPoi
获取建筑 id
getBuildingLatLng() - Method in class com.tencent.tencentmap.mapsdk.maps.model.IndoorBuilding
获取室内图坐标
getBuildingName() - Method in class com.tencent.tencentmap.mapsdk.maps.model.IndoorBuilding
获取室内图名称
getBuildingName() - Method in class com.tencent.tencentmap.mapsdk.maps.model.IndoorMapPoi
获取建筑名称
getCameraPosition() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取当前地图的状态(包括中心点、比例尺、旋转角、倾斜角)
getCenter() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
获取当前圆心的经纬度
getCenter() - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
获取圆心经纬度
getCenter() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
计算中心点
getCityName(LatLng) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获得当前经纬度所在的城市名称
getColor() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MaskLayerOptions
获取颜色
getColor() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
获取当前颜色的索引值
getColor() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
返回PolylineOptions对象的32-bit ARGB颜色
getColors() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
获取每段折线颜色及顶点位置
getColors() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
返回PolylineOptions对象的分段颜色
getColorTexture() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
获取纹理
getColorType() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
获取设置的颜色类型
getContent() - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
获取气泡显示的内容
getContentDescription() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获取此Marker的无障碍相关的描述信息
getContentDescription() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取无障碍相关的描述信息
getContentView() - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
获取内容控件
getContext() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapContext
获取 Android Application的上下文
getCustomAssetsPath() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
获取个性化底图资源文件在 assets 目录中的路径
getCustomLocalPath() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
获取个性化底图资源文件在本地目录中的绝对路径
getCustomUserId() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
获取用户自定义的UID
getData() - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider.Builder
 
getDebugError() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取地图引擎的Debug日志,在出现问题时用于日志分析
getDebugTags() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
获取Debug模式的标签
getDefaultMyLocationStyle() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapResource
创建默认的定位样式
getDescription() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TrafficEvent
获取事件的详细描述信息,建议用户直接使用这个字段
getDiskCacheDir() - Method in class com.tencent.tencentmap.mapsdk.maps.model.TileOverlayOptions
获取磁盘缓存目录
getDisplayLevel() - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
获取显示级别
getDisplayLevel() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
Deprecated.
废弃,请使用Marker.getLevel()
getDistrictChildren(DistrictChildrenParam, HttpResponseListener) - Method in class com.tencent.lbssearch.TencentSearch
行政区划 本接口提供中国标准行政区划数据 getchildren接口:获取指定行政区划的子级行政区划。
getDistrictList(HttpResponseListener) - Method in class com.tencent.lbssearch.TencentSearch
行政区划 本接口提供中国标准行政区划数据 list接口: 获取全部行政区划数据。
getDistrictSearch(DistrictSearchParam, HttpResponseListener) - Method in class com.tencent.lbssearch.TencentSearch
行政区划 本接口提供中国标准行政区划数据 search接口:根据关键词搜索行政区划
getDuration() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Animation
获取动画时长
getDuration() - Method in class com.tencent.tencentmap.mapsdk.maps.model.BaseAnimation
 
getEndIndex() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.SegmentText
获取文字停止展示的点串索引
getEndTime() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TrafficEvent
获取事件结束时间,单位:秒
getEraseColor() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
获取ARGB类型线的擦除色,默认为Color#GRAY
getExtSurface() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
获取用户指定地图渲染 surface
getExtSurfaceHeight() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
获取扩展屏幕的高度
getExtSurfaceWidth() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
获取扩展屏幕的宽度
getFillColor() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
获取圆的填充颜色
getFillColor() - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
获取圆的填充颜色
getFillColor() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
返回定位圆形区域的填充
getFillColor() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
获取多边形的填充色
getFillColor() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
返回PolygonOptions对象的填充颜色
getFloorName() - Method in class com.tencent.tencentmap.mapsdk.maps.model.IndoorInfo
获取楼层名称
getFloorName() - Method in class com.tencent.tencentmap.mapsdk.maps.model.IndoorMapPoi
获取楼层名称
getFormater() - Method in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptor
 
getFormateType() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptor.BitmapFormator
 
getGradient() - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider.Builder
 
getHeatTileGenerator() - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider.Builder
 
getHeight(Context) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获取marker纹理高度
getIcon() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取标注的样式
getId() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
获取这个圆的id编号
getId() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.CustomLayer
返回图层的id
getId() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获取这个标注的id编号
getId() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MarkerGroup
 
getId() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MaskLayer
获取Id
getId() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
获取这个多边形的id编号
getId() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
获取折线id
getId() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TileOverlay
返回TileOverlay的id,id的生成规则与TileOverlay添加的顺序有关。
getIndoorFloorId() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取当前激活状态室内图Building的选中楼层ID
getIndoorInfo() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取Marker对应的室内图信息
getIndoorInfo() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
获取绑定的室内图信息
getInfoContents(Marker) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.InfoWindowAdapter
自定义气泡的标题和内容
getInfoWindow(Marker) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.InfoWindowAdapter
自定义整个气泡的InfoWindow
getInfoWindowAnchorU() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取infowindow anchor u
getInfoWindowAnchorV() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取infowindow anchor V
getInfoWindowOffsetX() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取InfoWindow在基准位置上的水平偏移(px)
getInfowindowOffsetY() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取InfoWindow在基准位置上的纵向偏移(px)
getIntensity() - Method in class com.tencent.map.sdk.utilities.heatmap.WeightedLatLng
 
getInterpolator() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Animation
获取拦截器
getInterpolator() - Method in class com.tencent.tencentmap.mapsdk.maps.model.BaseAnimation
 
getLanguage() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
Deprecated.
从4.1.1.1弃用,目前地图暂不支持多语言
getLatitude() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLng
获取纬度
getLatitude() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MapPoi
 
getLatitudeSpan() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
获取纬度跨度
getLatitudeSpan() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngSpan
返回纬度跨度
getLatNorth() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
获取北纬值
getLatSouth() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
获取南纬值
getLayerId() - Method in class com.tencent.tencentmap.mapsdk.maps.model.CustomLayerOptions
获取图层ID
getLevel() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
获取Circle显示层级,详见 OverlayLevel
getLevel() - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
获取CircleOptions的显示level
getLevel() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获取Marker显示层级,详见 OverlayLevel
getLevel() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取显示level
getLevel() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
获取Polygon显示层级,详见 OverlayLevel
getLevel() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
获取PolygonOptions的显示level
getLevel() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
获取Polyline显示层级,详见 OverlayLevel
getLevel() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
获取PolylineOptions的显示level
getLevels() - Method in class com.tencent.tencentmap.mapsdk.maps.model.IndoorBuilding
获取各个楼层信息
getLineCap() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
获取路线是否显示半圆端点
getLineType() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
获取线类型
getLonEast() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
获取东经值
getLongitude() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLng
获取经度
getLongitude() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MapPoi
 
getLongitudeSpan() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
获取经度跨度
getLongitudeSpan() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngSpan
返回经度跨度
getLonWest() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
获取西经值
getMap() - Method in class com.tencent.tencentmap.mapsdk.maps.MapFragment
获取当前Fragment的 MapView 关联的 TencentMap对象
getMap() - Method in class com.tencent.tencentmap.mapsdk.maps.MapView
获取默认地图实例
getMap(TencentMapOptions) - Method in class com.tencent.tencentmap.mapsdk.maps.MapView
获取地图实例
getMap() - Method in class com.tencent.tencentmap.mapsdk.maps.SupportMapFragment
获取当前Fragment的 MapView 关联的 TencentMap对象。
getMapAsyncCallback() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
获取异步回调
getMapComponent() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapContext
获取地图组件
getMapContext() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
 
getMapHeight() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取 mapview 高度
getMapKernel() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
获取地图核心类型
getMapKey() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
获取用户设置的地图KEY
getMapPadding() - Method in class com.tencent.tencentmap.mapsdk.maps.MapView
获取底图相对上、下、左、右的边距
getMapPadding() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取底图相对上、下、左、右的边距
getMapResource() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapContext
获得地图资源
getMapService(String) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapServiceProtocol
 
getMapServiceProtocol() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapComponent
获取地图服务协议
getMapStyle() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取当前地图的样式
getMapType() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取地图类型
getMapViewType() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
获得用户设置的地图视图类型
getMapWidth() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取 mapview 宽度
getMarker() - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
获取气泡对应的marker
getMarkerAnchorU() - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
获取气泡所属marker沿x轴的锚点
getMarkerAnchorV() - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
获取气泡所属marker沿y轴的锚点
getMarkerHeight() - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
获取气泡所属marker的高
getMarkerIdList() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MarkerGroup
 
getMarkerList() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MarkerGroup
 
getMarkerWidth() - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
获取气泡所属marker的宽
getMaxMemoryCacheSize(TencentMapContext) - Method in class com.tencent.tencentmap.mapsdk.maps.model.TileOverlayOptions
获得最大内存缓存大小
getMaxZoomLevel() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取地图最大的支持的缩放级别
getMessage() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TrafficEvent
获取事件信息
getMinZoomLevel() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取地图最小的支持的缩放级别
getMyLocation() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取我的位置
getMyLocationIcon() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
返回定位(当前位置)的icon图标
getMyLocationType() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
获取定位蓝点模式
getName() - Method in class com.tencent.tencentmap.mapsdk.maps.model.IndoorLevel
获取单层名称
getName() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MapPoi
获取该标注点名称
getNetAdapterType() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
获取网络适配器类型
getNetParams() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
获取网络适配器初始化参数
getNorthEast() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
获取东北坐标点
getNorthWest() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
获取西北坐标点
getoff - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Line
下车站
geton - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Line
上车站
getOnDragListener() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
GetOnOrOff() - Constructor for class com.tencent.lbssearch.object.result.TransitResultObject.GetOnOrOff
 
getOnTapHidden() - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
该气泡点击底图区域是否隐藏
getOpacity() - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider.Builder
 
getOptions() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获取该marker对应的配置
getOptions() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MaskLayer
获取属性
getpano(StreetViewParam, HttpResponseListener) - Method in class com.tencent.lbssearch.TencentSearch
街景场景信息查询 街景场景信息查询接口是通过构造一个HTTP协议调用的URL, 根据指定坐标,及半径,查询该坐标所在位置附近的最近场景点,返回场景点ID等信息。
GETPANO_URL - Static variable in interface com.tencent.lbssearch.httpresponse.UrlConstant
 
getParams() - Method in class com.tencent.tencentmap.mapsdk.maps.CameraUpdate
 
getPattern() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
获取 ARGB虚线的样式 pattern的元素数量必须是偶数个,每对元素分别表示虚线中实线区域的长度,以及空白区域的长度(单位px)
getPattern() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
 
getPoi(boolean) - Method in class com.tencent.lbssearch.object.param.Geo2AddressParam
是否返回周边POI列表: true.返回;false 不返回(默认)
getPoint() - Method in class com.tencent.map.sdk.utilities.heatmap.WeightedLatLng
 
getPoints() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
获取多边形的顶点
getPoints() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
返回PolygonOptions对象的顶点坐标列表
getPoints() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
返回折线的顶点坐标列表
getPoints() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
返回PolylineOptions对象的顶点坐标列表
getPolylineOptions() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
获取线属性
getPosition() - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
获取气泡的经纬度坐标(该坐标是气泡对应marker的坐标)
getPosition() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MapPoi
获取该标注点位置
getPosition() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获取标注的位置
getPosition() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取标注的位置
getPriority() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Text
获取展示文字的优先级
getProjection() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取坐标转换操作对象
getProtocolDataDesc() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
获取协议数据描述
getProtocolFrom() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
获取协议来源
getRadius() - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider.Builder
 
getRadius() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
获取圆的半径,单位为米
getRadius() - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
获取圆的半径
getReadyListener() - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider.Builder
 
getResultClass() - Method in class com.tencent.lbssearch.object.param.BicyclingParam
 
getResultClass() - Method in class com.tencent.lbssearch.object.param.DrivingParam
 
getResultClass() - Method in class com.tencent.lbssearch.object.param.RoutePlanningParam
 
getResultClass() - Method in class com.tencent.lbssearch.object.param.TransitParam
 
getResultClass() - Method in class com.tencent.lbssearch.object.param.WalkingParam
 
getRoadName() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TrafficEvent
获取事件发生的路名
getRotation() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获得标注的旋转角度
getRotation() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取标注的旋转角度
getRoutePlan(RoutePlanningParam, HttpResponseListener) - Method in class com.tencent.lbssearch.TencentSearch
路径规划查询 查询指定起点和终点,并可以设置途经点的路线。
getSatelliteVersion() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
获取配置的卫星图版本
getScreenPixels() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapResource
获取屏幕像素面积
getsDefaultArrowTexture() - Static method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
Deprecated.
getSegmentTexts() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Text
获取分段展示的文字对象列表
getSnippet() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获取标注的InfoWindow(气泡)的内容
getSnippet() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取标注的InfoWindow(气泡)的内容
getSource() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TrafficEvent
上报来源
getSouthEast() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
获取东南坐标点
getSouthWest() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
获取西南坐标点
getSpan() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
获取区域跨度
getStartIndex() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.SegmentText
获取文字开始展示的点串索引
getStartPoint() - Method in class com.tencent.tencentmap.mapsdk.maps.model.EmergeAnimation
Deprecated.
获取动画的起始点。
getStartTime() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TrafficEvent
获取事件开始时间,单位:秒
getStrokeColor() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
获得圆描边的颜色
getStrokeColor() - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
获取圆描边的颜色
getStrokeColor() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
返回定位圆形区域的边框颜色
getStrokeColor() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
获取多边形描边的颜色
getStrokeColor() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
返回PolygonOptions对象的描边颜色
getStrokeColor() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Text
获取文字描边颜色,int 表示的 ARGB 32 位颜色
getStrokeWidth() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
获取圆描边的宽度
getStrokeWidth() - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
获取圆的描边宽度
getStrokeWidth() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
返回定位圆形区域的边框宽度
getStrokeWidth() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
获取多边形描边的宽度
getStrokeWidth() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
返回PolygonOptions对象的描边宽度
getSubId() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
获取附加 appId
getSubKey() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置附加 key
getSubPois(boolean) - Method in class com.tencent.lbssearch.object.param.SuggestionParam
是否返回子地点,如大厦停车场、出入口等取值: 0 [默认]不返回 1 返回
getTag() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
获取之前存储的附加数据
getTag() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获取tag
getTag() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
 
getTag() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
获取之前存储的附加数据
getTag() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
获取tag
getText() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
获取显示的文本
getText() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
获取沿 polyline 展示的文字
getText() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
获取沿 polyline 展示的文字
getText() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.SegmentText
获取展示文字
getTextColor() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Text
获取文字颜色,int 表示的 ARGB 32 位颜色
getTextSize() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Text
文字大小
getTextureName() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
Deprecated.
getTile(int, int, int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TileProvider
返回指定x, y, zoom值对应的栅格瓦片
getTile(int, int, int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.UrlTileProvider
 
getTileProvider() - Method in class com.tencent.tencentmap.mapsdk.maps.model.TileOverlayOptions
获取瓦片源
getTileUrl(int, int, int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.UrlTileProvider
根据瓦片参数,返回对应的服务器地址。服务器返回的必须是对应瓦片的图片数据流, 如果没有 (x,y,z) 位置的瓦片数据,服务返回的数据应为长度为 0 的 byte[]
getTitle() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获得标注的InfoWindow(气泡)的标题
getTitle() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获得标注的InfoWindow(气泡)的标题
getType() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TrafficEvent
获取事件类型
getTypeface() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
获取当前地图的字体
getTypeface() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapResource
获得当前字体
getUiSettings() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取地图界面操作对象
getUpdateTime() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TrafficEvent
获取事件更新时间,单位:秒
getUrl() - Method in class com.tencent.lbssearch.object.param.BicyclingParam
 
getUrl() - Method in class com.tencent.lbssearch.object.param.DrivingParam
 
getUrl() - Method in class com.tencent.lbssearch.object.param.RoutePlanningParam
 
getUrl() - Method in class com.tencent.lbssearch.object.param.TransitParam
 
getUrl() - Method in class com.tencent.lbssearch.object.param.WalkingParam
 
getVersion() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取当前地图SDK的版本号
getVersionInfo() - Method in class com.tencent.tencentmap.mapsdk.maps.model.TileOverlayOptions
设置瓦片数据的版本信息
getViewType() - Method in class com.tencent.tencentmap.mapsdk.maps.MapRenderLayer
 
getViewType() - Method in class com.tencent.tencentmap.mapsdk.maps.TextureMapView
 
getVisibleRect() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
得到可见路线的bound
getVisibleRegion() - Method in interface com.tencent.tencentmap.mapsdk.maps.Projection
获取当前地图视野的经纬范围
getWidth(Context) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获取marker纹理宽度
getWidth() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
获取线的宽度 (单位 px)
getWidth() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
返回PolylineOptions对象的宽度,单位(px)
getZIndex() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
获得该圆的层级
getZIndex() - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
获取圆的层级关系
getZIndex() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获取标注的层级关系
getZIndex() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取标注的层级关系
getZIndex() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MaskLayer
获取z轴层级
getZIndex() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MaskLayerOptions
获取z轴位置
getZIndex() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
获取多边形的层级关系
getZIndex() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
返回PolygonOptions对象的堆叠顺序
getZIndex() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
获取折线堆叠顺序
getZIndex() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
返回PolylineOptions对象的堆叠顺序
getZIndex() - Method in class com.tencent.tencentmap.mapsdk.maps.model.TileOverlayOptions
获取 TileOverlay 的绘制层级
getZoomToSpanLevel(LatLng, LatLng) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
根据两个经纬度指定一个范围,计算出当前屏幕如果要显示这个指定范围所要的缩放级别(需要等地图加载完成再调用)
glModelMatrix(PointF, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.Projection
获得指定地图坐标和缩放比例的模型矩阵
glPixelRatio() - Method in interface com.tencent.tencentmap.mapsdk.maps.Projection
获取像素缩放比率
glProjectionMatrix() - Method in interface com.tencent.tencentmap.mapsdk.maps.Projection
获取投影矩阵数组结果,适用于3D绘制场景
glVertexForCoordinate(LatLng) - Method in interface com.tencent.tencentmap.mapsdk.maps.Projection
将经纬度地理坐标转换成当前地图使用坐标
glViewMatrix() - Method in interface com.tencent.tencentmap.mapsdk.maps.Projection
获取视图矩阵数组结果,适用于3D绘制场景
Gradient - Class in com.tencent.map.sdk.utilities.heatmap
渐变颜色控制器
Gradient(int[], float[]) - Constructor for class com.tencent.map.sdk.utilities.heatmap.Gradient
根据颜色值和渐变点创建默认大小的渐变颜色
Gradient(int[], float[], int) - Constructor for class com.tencent.map.sdk.utilities.heatmap.Gradient
根据颜色值和渐变点创建指定大小的渐变颜色
gradient(Gradient) - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider.Builder
设置渐变颜色
GRAYBLUE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Colors
灰蓝
GREEN - Static variable in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
Deprecated.
GREEN - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Colors
绿色
GREY - Static variable in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
Deprecated.
GREY - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Colors
灰色

H

hashCode() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLng
 
hashCode() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
 
hashCode() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngSpan
 
hashCode() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
 
heading(int) - Method in class com.tencent.lbssearch.object.param.DrivingParam
[from辅助参数]在起点位置时的车头方向,数值型,取值范围0至360(0度代表正北,顺时针一周360度) 传入车头方向,对于车辆所在道路的判断非常重要,直接影响路线计算的效果
heading - Variable in class com.tencent.lbssearch.object.result.SearchResultObject.SearchResultData.Pano
最佳偏航角(与正北方向夹角)
heading - Variable in class com.tencent.lbssearch.object.result.StreetViewResultObject.Details
查看器视线与正北方的水平夹角,以度为单位。
HeatMapTileProvider - Class in com.tencent.map.sdk.utilities.heatmap
提供热力图数据瓦片服务
HeatMapTileProvider() - Constructor for class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider
 
HeatMapTileProvider.Builder - Class in com.tencent.map.sdk.utilities.heatmap
热力瓦片数据服务构造器
HeatMapTileProvider.HeatTileGenerator - Interface in com.tencent.map.sdk.utilities.heatmap
自定义热力瓦片生产器
HeatMapTileProvider.OnHeatMapReadyListener - Interface in com.tencent.map.sdk.utilities.heatmap
热力图数据加载完成时回调
hideInfoWindow() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
让标注隐藏InfoWindow(气泡)
HttpResponseListener<T extends BaseObject> - Interface in com.tencent.lbssearch.httpresponse
http数据获取回调
HUE_AZURE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 
HUE_BLUE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 
HUE_CYAN - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 
HUE_GREEN - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 
HUE_MAGENTA - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 
HUE_ORANGE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 
HUE_RED - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 
HUE_ROSE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 
HUE_VIOLET - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 
HUE_YELLOW - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.BitmapDescriptorFactory
 

I

IAlphaAnimation - Interface in com.tencent.tencentmap.mapsdk.maps.model
Alpha动画,支持从一个alpha到另一个alpha的渐变 创建动画使用 TencentMapComponent.createAlphaAnimation(float, float)
IAnimationSet - Interface in com.tencent.tencentmap.mapsdk.maps.model
一组动画 创建动画使用 TencentMapComponent.createAnimationSet(boolean)
iCamerType - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
icon(BitmapDescriptor) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置标注的样式
icon(BitmapDescriptor) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
设置定位(当前位置)的icon图标
id - Variable in class com.tencent.lbssearch.httpresponse.Poi
POI唯一标识
id(int) - Method in class com.tencent.lbssearch.object.param.DistrictChildrenParam
父级行政区划ID,缺省时则返回最顶级行政区划
id(String) - Method in class com.tencent.lbssearch.object.param.StreetViewParam
街景场景id id\location\poi三选一,都填的话按照id获取数据
id - Variable in class com.tencent.lbssearch.object.result.DistrictResultObject.DistrictResult
行政区划唯一标识
id - Variable in class com.tencent.lbssearch.object.result.SearchResultObject.SearchResultData
POI唯一标识
id - Variable in class com.tencent.lbssearch.object.result.SearchResultObject.SearchResultData.Pano
街景场景ID,若有pano信息,则id一定存在
id - Variable in class com.tencent.lbssearch.object.result.StreetViewResultObject.Details
场景唯一标识
id - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject.SubPoi
POI唯一标识
id - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject.SuggestionData
POI唯一标识
id - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Destination
站点id
id - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Exit
出口ID
id - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.GetOnOrOff
车站id
id - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Line
线路id
id - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Station
经停站ID
IEmergeAnimation - Interface in com.tencent.tencentmap.mapsdk.maps.model
这个动画最初是给Polyline出现时用的。 创建动画使用 TencentMapComponent.createEmergeAnimation(LatLng)
ILanguage - Interface in com.tencent.tencentmap.mapsdk.maps.model
 
include(List<LatLng>) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds.Builder
添加一组地理坐标集合
include(LatLng) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds.Builder
添加一个地理坐标
include(LatLng) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
创建一个包含指定地理坐标点的地理边界
including(LatLng) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
让该地理范围包含一个地理位置坐标
IndoorBuilding - Class in com.tencent.tencentmap.mapsdk.maps.model
室内图结构定义
IndoorBuilding(String, String, LatLng, List<IndoorLevel>, int) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.IndoorBuilding
 
IndoorInfo - Class in com.tencent.tencentmap.mapsdk.maps.model
Marker 或者 Polyline 所从属的室内图信息
IndoorInfo(String, String) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.IndoorInfo
 
indoorInfo(IndoorInfo) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
为Marker添加室内图信息(buildingId,floorName) 当添加室内图信息后,Marker将会随着绑定的室内图状态改变而展示和隐藏
indoorInfo(IndoorInfo) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
为Polyline添加室内图信息(buildingId,floorName) 当添加室内图信息后,Marker将会随着绑定的室内图状态改变而展示和隐藏
IndoorLevel - Class in com.tencent.tencentmap.mapsdk.maps.model
室内图各个楼层结构定义
IndoorLevel(String) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.IndoorLevel
 
IndoorMapPoi - Class in com.tencent.tencentmap.mapsdk.maps.model
All rights Reserved, Designed By lbs.qq.com
IndoorMapPoi() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.IndoorMapPoi
 
infoWindowAnchor(float, float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置infowindow anchor point
infoWindowEnable(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置标注是否可以弹出InfoWindow(气泡)
infoWindowOffset(int, int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置InfoWindow的偏移,在基准(InfoWindow在Marker正上方中间处显示 —— 默认位置)上偏移 方向:向右,向下为正方向,向左,向上为负方向
initMap(Context) - Method in class com.tencent.tencentmap.mapsdk.maps.MapFragment
 
initMap(Context) - Method in class com.tencent.tencentmap.mapsdk.maps.SupportMapFragment
 
instruction - Variable in class com.tencent.lbssearch.object.result.RoutePlanningObject.Step
sdk提供的本段的默认信息,如“向北步行100m,右转进入北四环西路”
intersect(LatLngBounds) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
返回指定地理区域与自身的交集
intersect(double, double, double, double) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
返回指定地理区域与自身的交集
INVALID_BUBBLE_ID - Static variable in interface com.tencent.tencentmap.mapsdk.maps.model.BubbleGroup
标记无效的bubble id
IOverlay - Interface in com.tencent.tencentmap.mapsdk.maps.model
 
IRotateAnimation - Interface in com.tencent.tencentmap.mapsdk.maps.model
isAboveMaskLayer() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
Deprecated.
请使用z轴层级来设置蒙层和路线的相对位置 判断是否显示在蒙层之上
isAboveMaskLayer() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
Deprecated.
请使用z轴层级来设置蒙层和路线的相对位置 判断是否显示在蒙层之上
isAbovePillar() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
如果不设置Polyline的zIndex时,是否显示在3D楼块上方,默认在显示在楼块下方
isArrow() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
导航用接口,开发都不要用
isAvoidAnnocation() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
Deprecated.
废弃,通过设置level来避让文字
isBetterQuality() - Method in class com.tencent.tencentmap.mapsdk.maps.model.TileOverlayOptions
是否高清
isBlockRouteEnabled() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
Deprecated. 
IScaleAnimation - Interface in com.tencent.tencentmap.mapsdk.maps.model
isClickable() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
是否支持点击
isClickable() - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
是否支持点击
isClickable() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获取标注是否可以响应点击事件
isClickable() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MaskLayer
判断是否可点击
isClickable() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
是否支持点击
isClickable() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
是否支持点击
isClickable() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
 
isClickable() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
是否可点击
isClockwise() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取旋转角度是否沿顺时针方向
isCompassEnabled() - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
获取当前是否开启罗盘控件
isDestroyed() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
判断当前这个地图是不是已经被销毁了
isDraggable() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获取标注是否可以被拖动
isDraggable() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取标注是否可以被拖动
isEmptySpan() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
判断是否为空的原点
isFastLoad() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
当前 marker 是否已打开快速加载
isFastLoad() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
是否开启快速加载
isFlat() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取标注是否是3D
isHandDrawMapEnable() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
当前手绘图是否处于开启状态
isHandDrawMapEnable() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
是否使用手绘图
isIndoorLevelPickerEnabled() - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
获取室内图楼层切换控件是否可见
isInfoWindowAutoOverturn() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
Deprecated.
废弃,暂不支持
isInfoWindowEnable() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获取标注的InfoWindow是否可以弹出气泡
isInfoWindowEnable() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取标注的InfoWindow是否可以弹出气泡
isInfoWindowShown() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获取让标注InfoWindow(气泡)是否正在显示
isInMapCenterState() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
Deprecated.
废弃
isMultipleInfoWindowEnable() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
是否允许显示多InfoWindow
isMyLocationButtonEnabled() - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
获取当前是否显示定位控件
isMyLocationEnabled() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取是否显示我的位置
isNaviStateEnabled() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapNavi
导航状态是否开启
isRoad() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
判断线是否为路线
isRotateGesturesEnabled() - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
获取当前是否支持旋转手势
isSateLiteEnable() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
Deprecated.
isScaleViewEnabled() - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
获取当前是否显示比例尺 修改内容:isScaleVisable==>isScaleVisible
isScrollGesturesEnabled() - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
获取当前是否支持滚动手势
isStatusOk() - Method in class com.tencent.lbssearch.httpresponse.BaseObject
返回数据是否正确
isTiltGesturesEnabled() - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
获取当前是否支持倾斜手势
isTrafficEnabled() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取地图当前是否开启实时交通路况
isViewInfowindow() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获取此 marker 的 infowindow 是否用 view 实现 infowindow
isVisible() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
获取是否可见
isVisible() - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
获取圆的可见性
isVisible() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
获得标注是否可见
isVisible() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
获得标注是否可见
isVisible() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MaskLayer
判断是否可见
isVisible() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
获取多边形可见性
isVisible() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
返回PolygonOptions对象的可见性
isVisible() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
获取折线可见性
isVisible() - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
返回PolylineOptions对象的可见性
isZoomControlsEnabled() - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
Deprecated.
从4.3.1弃用,建议使用自定义View
isZoomGesturesEnabled() - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
获取当前是否支持缩放手势
ITranslateAnimation - Interface in com.tencent.tencentmap.mapsdk.maps.model

J

JSON - Static variable in annotation type com.tencent.tencentmap.mapsdk.maps.TencentMapResource.ResourceFrom
 

K

keyword(String) - Method in class com.tencent.lbssearch.object.param.DistrictSearchParam
 
keyword(String) - Method in class com.tencent.lbssearch.object.param.SearchParam
POI搜索关键字,用于全文检索字段
keyword(String) - Method in class com.tencent.lbssearch.object.param.SuggestionParam
关键字
kMaxRoadNameLength - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.MapRouteSection
 
kMaxRoadNameLength - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.MapRouteSectionWithName
Deprecated.
 

L

landmark_l1 - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult.AddressReference
一级地标,可识别性较强、规模较大的地点、小区等
landmark_l2 - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult.AddressReference
二级地标,较一级地标更为精确,规模更小
Language - Enum in com.tencent.tencentmap.mapsdk.maps.model
底图语言类型(需要与GLMapLib2.0.h里定义的MapLanguage对应)
LAST_BLUE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Colors
最后一条蓝色的线
latitude - Variable in class com.tencent.tencentmap.mapsdk.maps.model.LatLng
纬度
latitude - Variable in class com.tencent.tencentmap.mapsdk.maps.model.MapPoi
 
LATITUDE_SPAN - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.GeometryConstants
纬度跨度
latLng - Variable in class com.tencent.lbssearch.httpresponse.AdInfo
行政区划中心点坐标
latLng - Variable in class com.tencent.lbssearch.httpresponse.Poi
坐标
latLng - Variable in class com.tencent.lbssearch.object.result.Address2GeoResultObject.Address2GeoResult
解析到的坐标
latLng - Variable in class com.tencent.lbssearch.object.result.DistrictResultObject.DistrictResult
中心点坐标
latLng - Variable in class com.tencent.lbssearch.object.result.DrivingResultObject.WayPoint
途经点坐标
latLng - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult.AddressReference.Area
坐标
latLng - Variable in class com.tencent.lbssearch.object.result.SearchResultObject.SearchResultData
地址
latLng - Variable in class com.tencent.lbssearch.object.result.StreetViewResultObject.Details
场景对应坐标
latLng - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject.SubPoi
坐标
latLng - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject.SuggestionData
位置
latLng - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.GetOnOrOff
车站坐标
latLng - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Station
经停站坐标
LatLng - Class in com.tencent.tencentmap.mapsdk.maps.model
包含经纬度、海拔的坐标 可选项:海拔
LatLng() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.LatLng
创建一个(0,0)坐标
LatLng(double, double) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.LatLng
创建一个指定经纬度的坐标
LatLng(double, double, double) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.LatLng
创建一个指定经纬度和海拔的坐标
LatLng(Location) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.LatLng
创建一个定位数据的坐标 Location
LatLng(Parcel) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.LatLng
通过Parcel构造坐标
LatLngBounds() - Constructor for class com.tencent.lbssearch.object.result.TransitResultObject.LatLngBounds
 
LatLngBounds - Class in com.tencent.tencentmap.mapsdk.maps.model
对齐四边形地理区域
LatLngBounds(LatLng, LatLng) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
 
latLngBounds - Variable in class com.tencent.tencentmap.mapsdk.maps.model.VisibleRegion
 
LatLngBounds.Builder - Class in com.tencent.tencentmap.mapsdk.maps.model
地理区域构造器
latLngs - Variable in class com.tencent.lbssearch.object.result.TranslateResultObject
 
latLngs(List<LatLng>) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置折线坐标
LatLngSpan - Class in com.tencent.tencentmap.mapsdk.maps.model
地理跨度
LatLngSpan(double, double) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.LatLngSpan
创建一个地理跨度对象
layerId(String) - Method in class com.tencent.tencentmap.mapsdk.maps.model.CustomLayerOptions
添加注册需要显示的图层ID列表
LEAST_DISTANCE - Static variable in class com.tencent.lbssearch.object.result.DrivingResultObject
路线策略,当返回多路线时可以在 tags 字段获取 距离最短
LEAST_LIGHT - Static variable in class com.tencent.lbssearch.object.result.DrivingResultObject
路线策略,当返回多路线时可以在 tags 字段获取 红绿灯少
LEAST_TIME - Static variable in class com.tencent.lbssearch.object.result.DrivingResultObject
路线策略,当返回多路线时可以在 tags 字段获取 时间最短
level - Variable in class com.tencent.lbssearch.object.result.Address2GeoResultObject.Address2GeoResult
解析精度级别,分为11个级别,一般 >= 9即可采用(定位到点,精度较高) 也可根据实际业务需求自行调整,完整取值表见下文。
level(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
设置Circle的显示Level,level用于控制Circle与楼块,道路,POI的显示层级关系。 默认为OverlayLevel.OverlayLevelAboveLabelsPOI之上 相同Level内的显示层级关系通过CircleOptions.zIndex(int)来控制,zIndex越大越靠上显示。 Level优先级高于zIndex
level(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置Marker的显示Level,level用于控制Marker与楼块,道路,POI的显示层级关系。 默认为OverlayLevel.OverlayLevelAboveLabelsPOI之上 相同Level内的显示层级关系通过MarkerOptions.zIndex(float)来控制,zIndex越大越靠上显示。 Level优先级高于zIndex
level(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
设置Polygon的显示Level,level用于控制Polygon与楼块,道路,POI的显示层级关系。 默认为OverlayLevel.OverlayLevelAboveLabels POI之上 相同Level内的显示层级关系通过PolygonOptions.zIndex(int)来控制,zIndex越大越靠上显示。 Level优先级高于zIndex
level(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置Polyline的显示Level,level用于控制Polyline与楼块,道路,POI的显示层级关系。 默认为OverlayLevel.OverlayLevelAboveRoads道路之上楼块之下 相同Level内的显示层级关系通过PolylineOptions.zIndex(int)来控制,zIndex越大越靠上显示。 Level优先级高于zIndex
LIGHT_BLUE - Static variable in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
Deprecated.
LIGHT_BLUE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Colors
淡蓝
Line() - Constructor for class com.tencent.lbssearch.object.result.TransitResultObject.Line
 
LINE_TYPE_DOTTEDLINE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.LineType
LINE_TYPE_IMAGEINARYLINE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.LineType
虚线
LINE_TYPE_MULTICOLORLINE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.LineType
彩虹蚯蚓
lineCap(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置路线是否显示半圆端点
lines - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Transit
乘车线路
lineType(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置线的类型,必须LineType里面的一种
LineType() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.LineType
 
LIVER_RED - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Colors
猪肝红
loadKMLFile(String) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
加载 KML 文件
location(LatLng) - Method in class com.tencent.lbssearch.object.param.Geo2AddressParam
位置坐标,格式: latLng=latitude(纬度),longitude(经度)
location(LatLng) - Method in class com.tencent.lbssearch.object.param.StreetViewParam
位置坐标 id\location\poi三选一,都填的话按照id获取数据
location(LatLng) - Method in class com.tencent.lbssearch.object.param.SuggestionParam
定位坐标,传入后,若用户搜索关键词为类别词(如酒店、餐馆时),与此坐标距离近的地点将靠前显示,格式: location=lat,lng
LOCATION_TYPE_FOLLOW_NO_CENTER - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
连续定位,但不会移动到地图中心点,并且会跟随设备移动
LOCATION_TYPE_LOCATION_ROTATE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
连续定位,且将视角移动到地图中心,定位点依照设备方向旋转,并且会跟随设备移动,默认是此种类型
LOCATION_TYPE_LOCATION_ROTATE_NO_CENTER - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
连续定位,但不会移动到地图中心点,定位点依照设备方向旋转,并且跟随设备移动
LOCATION_TYPE_MAP_ROTATE_NO_CENTER - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
连续定位,但不会移动到地图中心点,地图依照设备方向旋转,并且会跟随设备移动
locations(LatLng...) - Method in class com.tencent.lbssearch.object.param.TranslateParam
批量添加一组坐标
LocationSource - Interface in com.tencent.tencentmap.mapsdk.maps
设置我的位置信息接口
LocationSource.OnLocationChangedListener - Interface in com.tencent.tencentmap.mapsdk.maps
当我的位置有变化时,调用的接口。
locationToParamsString(LatLng) - Method in class com.tencent.lbssearch.object.param.RoutePlanningParam
 
LOGO_POSITION_BOTTOM_CENTER - Static variable in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置地图logo的显示位置:底部居中
LOGO_POSITION_BOTTOM_LEFT - Static variable in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置地图logo的显示位置:左下角
LOGO_POSITION_BOTTOM_RIGHT - Static variable in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置地图logo的显示位置:右下角(默认)
LOGO_POSITION_TOP_CENTER - Static variable in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置地图logo的显示位置:顶部居中
LOGO_POSITION_TOP_LEFT - Static variable in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置地图logo的显示位置:左上角
LOGO_POSITION_TOP_RIGHT - Static variable in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置地图logo的显示位置:右上角
longitude - Variable in class com.tencent.tencentmap.mapsdk.maps.model.LatLng
经度
longitude - Variable in class com.tencent.tencentmap.mapsdk.maps.model.MapPoi
 
LONGITUDE_SPAN - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.GeometryConstants
经度跨度

M

mAnimations - Variable in class com.tencent.tencentmap.mapsdk.maps.model.AnimationSet
Deprecated.
 
MAP_MODE_DARK - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
暗夜模式
MAP_MODE_EAGLE_DAY - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
鹰眼白天
MAP_MODE_EAGLE_NIGHT - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
鹰眼夜间
MAP_MODE_JAMGRAY - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
Deprecated.
MAP_MODE_NAV - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
导航白天
MAP_MODE_NAV - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
Deprecated.
从4.1.2弃用,请使用 TencentMap.MAP_TYPE_NAVI
MAP_MODE_NAV_NIGHT - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
Deprecated.
从4.1.2弃用,请使用 TencentMap.MAP_TYPE_NIGHT
MAP_MODE_NAV_TRAFFIC - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
Deprecated.
从4.1.2弃用,请使用 TencentMap.MAP_TYPE_TRAFFIC_NAVI
MAP_MODE_NAVIGATION_DARK - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
导航夜间
MAP_MODE_NAVIGATION_JAMGRAY - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
Deprecated.
MAP_MODE_NAVIGATION_SMALL - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
导航小屏模式
MAP_MODE_NAVIGATION_TRAFFIC - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
Deprecated.
MAP_MODE_NON - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
底图模式待设置状态
MAP_MODE_NORMAL - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
普通地图
MAP_MODE_NORMAL - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
Deprecated.
从4.1.2弃用,请使用 TencentMap.MAP_TYPE_NORMAL
MAP_MODE_NORMAL_TRAFFIC - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
Deprecated.
从4.1.2弃用,请使用 TencentMap.setTrafficEnabled(boolean)
MAP_MODE_SAT - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
卫星图
MAP_MODE_SUBWAY - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
Deprecated.
MAP_MODE_TRAFFIC - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
Deprecated.
MAP_MODE_TRAFFIC_DARK - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
导航夜间 + 路况
MAP_MODE_TRAFFIC_NAVI - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
导航白天 + 路况样式
MAP_TYPE_DARK - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
暗色模式
MAP_TYPE_NAVI - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
导航模式
MAP_TYPE_NIGHT - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
夜间模式
MAP_TYPE_NONE - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
默认的地图类型
MAP_TYPE_NORMAL - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
普通地图
MAP_TYPE_SATELLITE - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
卫星图
MAP_TYPE_TRAFFIC_NAVI - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
导航白天 + 路况样式
用于腾讯导航 sdk
MAP_TYPE_TRAFFIC_NIGHT - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
导航夜间 + 路况样式
用于腾讯导航 sdk
MapFragment - Class in com.tencent.tencentmap.mapsdk.maps
含有 MapView 的Fragment, 由于 API Level要求在 12 以上的应用中。
MapFragment() - Constructor for class com.tencent.tencentmap.mapsdk.maps.MapFragment
MapKernel - Enum in com.tencent.tencentmap.mapsdk.maps.model
地图核心
MapParamConstants - Class in com.tencent.tencentmap.mapsdk.maps
 
MapParamConstants() - Constructor for class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
 
MapPoi - Class in com.tencent.tencentmap.mapsdk.maps.model
地图标注结构定义
MapPoi() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.MapPoi
 
MapPoi(double, double) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.MapPoi
 
MapPoi(double, double, String) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.MapPoi
 
MapRenderLayer - Class in com.tencent.tencentmap.mapsdk.maps
地图渲染Layer,支持将地图渲染到用户通过TencentMapOptions传染的Surfae/SurfaceTexture上, 用户无需将其添加到自己的UITree中,但需要正常调用其生命周期方法,在Surface/SurfaceTexture 尺寸发生变化时,需要调用其onSizeChanged的方法
MapRenderLayer(Context, TencentMapOptions) - Constructor for class com.tencent.tencentmap.mapsdk.maps.MapRenderLayer
根据给定的地图选项初始化地图
MapRouteSection - Class in com.tencent.tencentmap.mapsdk.maps.model
GLMapLib2.0.h typedef struct MapRouteSectionWithName
MapRouteSection() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.MapRouteSection
 
MapRouteSectionWithName - Class in com.tencent.tencentmap.mapsdk.maps.model
Deprecated.
4.3.0 建议使用MapRouteSection
MapRouteSectionWithName() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.MapRouteSectionWithName
Deprecated.
 
mapV - Variable in class com.tencent.tencentmap.mapsdk.maps.MapFragment
 
mapV - Variable in class com.tencent.tencentmap.mapsdk.maps.SupportMapFragment
 
MapView - Class in com.tencent.tencentmap.mapsdk.maps
一个显示地图的视图(View)。它负责从服务端获取地图数据。它将会捕捉屏幕触控手势事件。
MapView(Context) - Constructor for class com.tencent.tencentmap.mapsdk.maps.MapView
 
MapView(Context, TencentMapOptions) - Constructor for class com.tencent.tencentmap.mapsdk.maps.MapView
 
MapView(Context, AttributeSet) - Constructor for class com.tencent.tencentmap.mapsdk.maps.MapView
 
MapView(Context, AttributeSet, int) - Constructor for class com.tencent.tencentmap.mapsdk.maps.MapView
 
MapViewType - Enum in com.tencent.tencentmap.mapsdk.maps.model
TODO
marker(Marker) - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
设置气泡对应的marker
Marker - Interface in com.tencent.tencentmap.mapsdk.maps.model
 
markerAnchor(float, float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
设置气泡相对于marker沿x、y轴的偏移量
MarkerGroup - Interface in com.tencent.tencentmap.mapsdk.maps.model
TODO
MarkerOptions - Class in com.tencent.tencentmap.mapsdk.maps.model
标注属性
MarkerOptions(LatLng) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
 
MarkerOptions() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
Deprecated.
markerSize(int, int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
设置气泡所属marker的宽、高
MASK_LAYER_NONE - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
不显示蒙层
MASK_LAYER_UNDER_LINE - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
蒙层位于路线下面
MASK_LAYER_UNDER_MARKER - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
蒙层位于marker下面(路线上面)
MaskLayer - Interface in com.tencent.tencentmap.mapsdk.maps.model
TODO
MaskLayerOptions - Class in com.tencent.tencentmap.mapsdk.maps.model
蒙层属性
MaskLayerOptions() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.MaskLayerOptions
 
MAX_LATITUDE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.GeometryConstants
最大地理纬度
MAX_LONGITUDE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.GeometryConstants
最大数值经度
MAX_MERCATOR_LATITUDE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.GeometryConstants
最大墨卡托纬度值
MAX_SKEW_ANGLE - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
最大倾斜角度
MAX_WRAP_LONGITUDE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.GeometryConstants
最大地理经度
maxMemoryCacheSize(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.TileOverlayOptions
设置最大内存缓存值
mColorMapSize - Variable in class com.tencent.map.sdk.utilities.heatmap.Gradient
总颜色大小
mColors - Variable in class com.tencent.map.sdk.utilities.heatmap.Gradient
颜色数据
mData - Variable in class com.tencent.tencentmap.mapsdk.maps.model.Tile
 
message - Variable in class com.tencent.lbssearch.httpresponse.BaseObject
 
metersPerPixel(double) - Method in interface com.tencent.tencentmap.mapsdk.maps.Projection
计算在当前地图级别下指定纬度的一像素表示多少米
mFromAlpha - Variable in class com.tencent.tencentmap.mapsdk.maps.model.AlphaAnimation
Deprecated.
 
mFromDegree - Variable in class com.tencent.tencentmap.mapsdk.maps.model.RotateAnimation
Deprecated.
 
mFromX - Variable in class com.tencent.tencentmap.mapsdk.maps.model.ScaleAnimation
Deprecated.
 
mFromY - Variable in class com.tencent.tencentmap.mapsdk.maps.model.ScaleAnimation
Deprecated.
 
mHeight - Variable in class com.tencent.tencentmap.mapsdk.maps.model.Tile
 
MID_BLUE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Colors
中蓝
MIN_LATITUDE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.GeometryConstants
最小地理纬度
MIN_LONGITUDE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.GeometryConstants
最小数值经度
MIN_MERCATOR_LATITUDE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.GeometryConstants
最小墨卡托纬度值
MIN_SKEW_ANGLE - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
最小倾斜角度
MIN_WRAP_LONGITUDE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.GeometryConstants
最小地理经度
mode - Variable in class com.tencent.lbssearch.object.result.BicyclingResultObject.Route
路径的类型,这里只是WALKING
mode - Variable in class com.tencent.lbssearch.object.result.DrivingResultObject.Route
路径的类型,这里只有DRIVING
mode - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Segment
所用方式,包括WALKING、TRANSIT
mode - Variable in class com.tencent.lbssearch.object.result.WalkingResultObject.Route
路径的类型,这里只是WALKING
moveCamera(CameraUpdate) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
把地图变换到指定的状态
moveToNavPosition(CameraUpdate, LatLng) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapNavi
把地图变换到指定的状态(导航专用)
mPivoteX - Variable in class com.tencent.tencentmap.mapsdk.maps.model.RotateAnimation
Deprecated.
 
mPivoteY - Variable in class com.tencent.tencentmap.mapsdk.maps.model.RotateAnimation
Deprecated.
 
mPivoteZ - Variable in class com.tencent.tencentmap.mapsdk.maps.model.RotateAnimation
Deprecated.
 
mShareInterpolator - Variable in class com.tencent.tencentmap.mapsdk.maps.model.AnimationSet
Deprecated.
 
mStartPoint - Variable in class com.tencent.tencentmap.mapsdk.maps.model.EmergeAnimation
Deprecated.
 
mStartPoints - Variable in class com.tencent.map.sdk.utilities.heatmap.Gradient
渐变点,以百分比设置
mTargetLatLng - Variable in class com.tencent.tencentmap.mapsdk.maps.model.TranslateAnimation
Deprecated.
 
mToAlpha - Variable in class com.tencent.tencentmap.mapsdk.maps.model.AlphaAnimation
Deprecated.
 
mToDegree - Variable in class com.tencent.tencentmap.mapsdk.maps.model.RotateAnimation
Deprecated.
 
mToX - Variable in class com.tencent.tencentmap.mapsdk.maps.model.ScaleAnimation
Deprecated.
 
mToY - Variable in class com.tencent.tencentmap.mapsdk.maps.model.ScaleAnimation
Deprecated.
 
mWidth - Variable in class com.tencent.tencentmap.mapsdk.maps.model.Tile
 
MyLocationStyle - Class in com.tencent.tencentmap.mapsdk.maps.model
All rights Reserved, Designed By lbs.qq.com
MyLocationStyle() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
 
myLocationType(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
设置定位蓝点模式

N

name - Variable in class com.tencent.lbssearch.httpresponse.AdInfo
行政区划名称
name - Variable in class com.tencent.lbssearch.object.result.DistrictResultObject.DistrictResult
简称,如“内蒙古”
name() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.ILanguage
 
name - Variable in class com.tencent.tencentmap.mapsdk.maps.model.MapPoi
标注点名称
name() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapOptions.IMapKernel
 
nation - Variable in class com.tencent.lbssearch.httpresponse.AdInfo
国家
nation - Variable in class com.tencent.lbssearch.object.result.AddressComponent
国家
Nearby() - Constructor for class com.tencent.lbssearch.object.param.SearchParam.Nearby
 
Nearby(LatLng, int) - Constructor for class com.tencent.lbssearch.object.param.SearchParam.Nearby
 
nearLeft - Variable in class com.tencent.tencentmap.mapsdk.maps.model.VisibleRegion
 
nearRight - Variable in class com.tencent.tencentmap.mapsdk.maps.model.VisibleRegion
 
NEW_ELEMENTS_BOUNDS_RECT - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
NEWCAMER_POSITION - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
newCameraPosition(CameraPosition) - Static method in class com.tencent.tencentmap.mapsdk.maps.CameraUpdateFactory
由一个CameraPosition来生成新的状态变化对象
newCameraPosition_cameraPosition - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
newInstance(Context) - Static method in class com.tencent.tencentmap.mapsdk.maps.MapFragment
创建一个新的MapFragment
newInstance(Context) - Static method in class com.tencent.tencentmap.mapsdk.maps.SupportMapFragment
创建一个新的SupportMapFragment
newLatLng(LatLng) - Static method in class com.tencent.tencentmap.mapsdk.maps.CameraUpdateFactory
生成一个把地图移动到指定的经纬度到屏幕中心的状态变化对象
NEWLATLNG - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
NEWLATLNG_BOUNDS - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
NEWLATLNG_BOUNDS_DIMENSION - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
NEWLATLNG_BOUNDS_RECT - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
newLatLng_latLng - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
NEWLATLNG_ZOOM - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
newLatLngBounds(LatLngBounds, int) - Static method in class com.tencent.tencentmap.mapsdk.maps.CameraUpdateFactory
把地图移到到以指定的经纬度范围的,并且在这个范围四周加上padding像素的填充。 需要注意的是,sdk 内部的计算是在CameraPosition.bearingCameraPosition.tilt 都为 0 时得到的计算结果, 用户如果需要地图完全展示 latlngbounds,也需要将地图的 CameraPosition.bearingCameraPosition.tilt 都置为 0。
newLatLngBounds_bounds - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
newLatLngBounds_dimension_bounds - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
newLatLngBounds_dimension_height - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
newLatLngBounds_dimension_padding - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
newLatLngBounds_dimension_width - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
newLatLngBounds_padding - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
newLatLngBoundsRect(LatLngBounds, int, int, int, int) - Static method in class com.tencent.tencentmap.mapsdk.maps.CameraUpdateFactory
把地图移动到指定经纬度范围,以适应当前屏幕的显示,并且可以为上下左右分别设置填充的像素
newLatLngBoundsRects_padBom - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
newLatLngBoundsRects_padLeft - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
newLatLngBoundsRects_padRight - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
newLatLngBoundsRects_padTop - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
newLatLngBoundsWithMapCenter(LatLngBounds, LatLng, int) - Static method in class com.tencent.tencentmap.mapsdk.maps.CameraUpdateFactory
以mapCenter为中心,将latLngBounds对应的区域刚好缩放到可视区域内,并且在这个范围四周加上padding像素填充
newLatLngZoom(LatLng, float) - Static method in class com.tencent.tencentmap.mapsdk.maps.CameraUpdateFactory
把地图以latlng为中心,以zoom为缩放级别,移到屏幕中心
newLatLngZoom_latLng - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
newLatLngZoom_zoom - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
NO_TILE - Static variable in interface com.tencent.tencentmap.mapsdk.maps.model.TileProvider
无数据的默认瓦片
northeast - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.LatLngBounds
 
northeast - Variable in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
 

O

onAnimationEnd() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.AnimationListener
动画结束播放回调
onAnimationStart() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.AnimationListener
动画开始播放回调函数
onAttach(Activity) - Method in class com.tencent.tencentmap.mapsdk.maps.MapFragment
onCameraChange(CameraPosition) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnCameraChangeListener
地图状态发生变化
onCameraChangeFinished(CameraPosition) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnCameraChangeListener
地图状态变化结束
onCancel() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.CancelableCallback
地图变换被取消
onClicked(MapPoi) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnMapPoiClickListener
 
onCompassClicked() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnCompassClickedListener
罗盘被点击时回调函数
onCreate(Bundle) - Method in class com.tencent.tencentmap.mapsdk.maps.MapFragment
onCreateMapView(Context, TencentMapOptions) - Method in class com.tencent.tencentmap.mapsdk.maps.MapFragment
 
onCreateMapView(Context, TencentMapOptions) - Method in class com.tencent.tencentmap.mapsdk.maps.SupportMapFragment
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.tencent.tencentmap.mapsdk.maps.MapFragment
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.tencent.tencentmap.mapsdk.maps.SupportMapFragment
 
onDestroy() - Method in class com.tencent.tencentmap.mapsdk.maps.MapFragment
onDestroy() - Method in class com.tencent.tencentmap.mapsdk.maps.MapView
 
onDestroy() - Method in class com.tencent.tencentmap.mapsdk.maps.SupportMapFragment
 
onDestroyView() - Method in class com.tencent.tencentmap.mapsdk.maps.MapFragment
onDestroyView() - Method in class com.tencent.tencentmap.mapsdk.maps.SupportMapFragment
 
onDismiss() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnDismissCallback
操作结束回调
onDoubleTap(float, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListener
单指双击
onDoubleTap(float, float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListenerList
 
onDown(float, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListener
单指按下
onDown(float, float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListenerList
 
onDrawFrame() - Method in interface com.tencent.tencentmap.mapsdk.maps.CustomRender
渲染一帧的回调
onFinish() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.CancelableCallback
地图变换结束
onFling(float, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListener
单指惯性滑动
onFling(float, float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListenerList
 
onHeatMapReady() - Method in interface com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider.OnHeatMapReadyListener
热力图数据加载完成时回调
onIndoorBuildingDeactivated() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnIndoorStateChangeListener
当前室内图处于无效状态
onIndoorBuildingFocused() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnIndoorStateChangeListener
室内图场景激活回调,当前视野已经显示出室内图
onIndoorLevelActivated(IndoorBuilding) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnIndoorStateChangeListener
室内图楼层状态激活和变化回调
onInflate(Activity, AttributeSet, Bundle) - Method in class com.tencent.tencentmap.mapsdk.maps.MapFragment
onInfoWindowClick(Marker) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnInfoWindowClickListener
InfoWindow被点击时回调函数
onInfoWindowClickLocation(int, int, int, int) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnInfoWindowClickListener
当InfoWindow点击时,点击点的回调
onLocationChanged(Location) - Method in interface com.tencent.tencentmap.mapsdk.maps.LocationSource.OnLocationChangedListener
新的位置信息设置函数,由调用者把新的位置信息传给地图SDK
onLongPress(float, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListener
长按
onLongPress(float, float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListenerList
 
onLowMemory() - Method in class com.tencent.tencentmap.mapsdk.maps.MapFragment
onLowMemory() - Method in class com.tencent.tencentmap.mapsdk.maps.SupportMapFragment
 
onMapClick(LatLng) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnMapClickListener
当地图被点击时的回调函数
onMapLoaded() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnMapLoadedCallback
地图加载完成回调函数
onMapLongClick(LatLng) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnMapLongClickListener
当地图被长按时的回调函数
onMapStable() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListener
地图稳定下来
onMapStable() - Method in class com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListenerList
 
onMarkerClick(Marker) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnMarkerClickListener
Marker 被点击时回调函数
onMarkerDrag(Marker) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnMarkerDragListener
Marker正在被拖动
onMarkerDragEnd(Marker) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnMarkerDragListener
Marker结束被拖动
onMarkerDragStart(Marker) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnMarkerDragListener
Marker开始被拖动
onMyLocationChange(Location) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnMyLocationChangeListener
地图位置变化回调函数
onNotify() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnDismissCallback
操作开始通知回调
onOperateFinished(T) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.AsyncOperateCallback
 
onPause() - Method in class com.tencent.tencentmap.mapsdk.maps.MapFragment
onPause() - Method in class com.tencent.tencentmap.mapsdk.maps.MapView
 
onPause() - Method in class com.tencent.tencentmap.mapsdk.maps.SupportMapFragment
 
onPolylineClick(Polyline, LatLng) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnPolylineClickListener
Polyline被点击时回调
onRestart() - Method in class com.tencent.tencentmap.mapsdk.maps.MapView
 
onResume() - Method in class com.tencent.tencentmap.mapsdk.maps.MapFragment
onResume() - Method in class com.tencent.tencentmap.mapsdk.maps.MapView
 
onResume() - Method in class com.tencent.tencentmap.mapsdk.maps.SupportMapFragment
 
onSaveInstanceState(Bundle) - Method in class com.tencent.tencentmap.mapsdk.maps.MapFragment
onSaveInstanceState(Bundle) - Method in class com.tencent.tencentmap.mapsdk.maps.SupportMapFragment
 
onScroll(float, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListener
单指滑动
onScroll(float, float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListenerList
 
onSingleTap(float, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListener
单指单击
onSingleTap(float, float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListenerList
 
onSizeChanged(int, int, int, int) - Method in class com.tencent.tencentmap.mapsdk.maps.MapView
 
onSnapshotReady(Bitmap) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.SnapshotReadyCallback
截图准备完成
onStart() - Method in class com.tencent.tencentmap.mapsdk.maps.MapFragment
onStart() - Method in class com.tencent.tencentmap.mapsdk.maps.MapView
 
onStart() - Method in class com.tencent.tencentmap.mapsdk.maps.SupportMapFragment
 
onStop() - Method in class com.tencent.tencentmap.mapsdk.maps.MapFragment
onStop() - Method in class com.tencent.tencentmap.mapsdk.maps.MapView
 
onStop() - Method in class com.tencent.tencentmap.mapsdk.maps.SupportMapFragment
 
onSurfaceChanged(Object, int, int) - Method in class com.tencent.tencentmap.mapsdk.maps.MapRenderLayer
当需要更新Surface时(支持Surface/SurfaceTexture/SurfaceHolder),调用此方法
onSurfaceChanged(Object, int, int) - Method in class com.tencent.tencentmap.mapsdk.maps.MapView
当需要更新Surface时(支持Surface/SurfaceTexture/SurfaceHolder),调用此方法
onTapMapViewBubbleHidden() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
Deprecated.
废弃
onTouchEvent(MotionEvent) - Method in class com.tencent.tencentmap.mapsdk.maps.MapView
 
onTrafficEventClicked(TrafficEvent) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap.OnTrafficEventClickListener
当事件被点击时回调这个方法
onUp(float, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListener
单指抬起
onUp(float, float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListenerList
 
opacity(double) - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider.Builder
设置透明色
openDebugLogByTags(String...) - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
打开调试日志
orderby(boolean) - Method in class com.tencent.lbssearch.object.param.SearchParam
设置排序方式
OverlayLevel - Class in com.tencent.tencentmap.mapsdk.maps.model
控制Overlay(Marker,Cirle,Polyline,Polygon)显示层级Level.
OverlayLevel() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.OverlayLevel
 
OverlayLevelAboveBuildings - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.OverlayLevel
在楼块之上POI之下
OverlayLevelAboveLabels - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.OverlayLevel
显示在所有POI之上
OverlayLevelAboveRoads - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.OverlayLevel
在道路之上楼块之下

P

page_index(int) - Method in class com.tencent.lbssearch.object.param.SearchParam
page_size(int) - Method in class com.tencent.lbssearch.object.param.SearchParam
pageIndex(int) - Method in class com.tencent.lbssearch.object.param.SearchParam
第x页,默认第1页
pageIndex(int) - Method in class com.tencent.lbssearch.object.param.SuggestionParam
第x页,默认第1页
pageSize(int) - Method in class com.tencent.lbssearch.object.param.SearchParam
每页条目数,最大限制为20条。
pageSize(int) - Method in class com.tencent.lbssearch.object.param.SuggestionParam
每页条目数,最大限制为20条。
pano - Variable in class com.tencent.lbssearch.object.result.SearchResultObject.SearchResultData
街景最佳查看场景及视角信息
Pano() - Constructor for class com.tencent.lbssearch.object.result.SearchResultObject.SearchResultData.Pano
 
ParamObject - Interface in com.tencent.lbssearch.object.param
参数结构体
parent_id - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject.SubPoi
主地点ID,对应data中的地点ID
parse(JSONObject) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLng
 
pattern(List<Integer>) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
设置ARGB虚线的样式
pattern(List<Integer>) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置ARGB虚线的样式
pinyin - Variable in class com.tencent.lbssearch.object.result.DistrictResultObject.DistrictResult
行政区划拼音,每一下标为一个字的全拼,如:["nei","meng","gu"]
pitch - Variable in class com.tencent.lbssearch.object.result.SearchResultObject.SearchResultData.Pano
俯仰角
pitch - Variable in class com.tencent.lbssearch.object.result.StreetViewResultObject.Details
查看器视线与地面的夹角, 以度为单位。
Poi - Class in com.tencent.lbssearch.httpresponse
一个POI对象
Poi() - Constructor for class com.tencent.lbssearch.httpresponse.Poi
 
poi(String) - Method in class com.tencent.lbssearch.object.param.SearchParam.Region
地区名称
poi(String) - Method in class com.tencent.lbssearch.object.param.StreetViewParam
POI id id\location\poi三选一,都填的话按照id获取数据
poi_count - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult
查询的周边poi的总数
Point(LatLng) - Constructor for class com.tencent.lbssearch.object.param.DrivingParam.Travel.Point
 
point(LatLng) - Method in class com.tencent.lbssearch.object.param.SearchParam.Nearby
 
point(LatLng, LatLng) - Method in class com.tencent.lbssearch.object.param.SearchParam.Rectangle
 
points - Variable in class com.tencent.lbssearch.object.param.DrivingParam.Travel
 
PoiOptions() - Constructor for class com.tencent.lbssearch.object.param.Geo2AddressParam.PoiOptions
 
pois - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult
POI数据
policy(DrivingParam.Policy, DrivingParam.Preference...) - Method in class com.tencent.lbssearch.object.param.DrivingParam
设置驾车规划策略
policy(RoutePlanningParam.DrivingPolicy) - Method in class com.tencent.lbssearch.object.param.DrivingParam
policy(SuggestionParam.Policy) - Method in class com.tencent.lbssearch.object.param.SuggestionParam
检索策略,目前支持: policy=SuggestionParam.Policy.DEF 默认,常规策略 policy=SuggestionParam.Policy.O2O 本策略主要用于收货地址、上门服务地址的填写, 提高了小区类、商务楼宇、大学等分类的排序,过滤行政区、 道路等分类(如海淀大街、朝阳区等),排序策略引入真实用户对输入提示的点击热度, 使之更为符合此类应用场景,体验更为舒适 policy=SuggestionParam.Policy.TRIP_START 出行场景(网约车) – 起点查询 policy=SuggestionParam.Policy.TRIP_END 出行场景(网约车) – 终点查询
policy(RoutePlanningParam.TransitPolicy) - Method in class com.tencent.lbssearch.object.param.TransitParam
Deprecated. 
policy(TransitParam.Policy, TransitParam.Preference...) - Method in class com.tencent.lbssearch.object.param.TransitParam
设置换乘策略
POLICY_DEFAULT - Static variable in class com.tencent.lbssearch.object.param.Geo2AddressParam.PoiOptions
默认场景策略, 以地标+主要的路+近距离POI为主,着力描述当前位置;
POLICY_O2O - Static variable in class com.tencent.lbssearch.object.param.Geo2AddressParam.PoiOptions
到家场景策略,筛选合适收货的POI,并会细化收货地址,精确到楼栋
POLICY_SHARE - Static variable in class com.tencent.lbssearch.object.param.Geo2AddressParam.PoiOptions
位置共享场景策略,用户经常用于发送位置、位置分享等场景的热门地点优先排序
POLICY_SOCIAL - Static variable in class com.tencent.lbssearch.object.param.Geo2AddressParam.PoiOptions
社交签到场景策略,针对用户签到的热门地点进行优先排序
POLICY_TRIP - Static variable in class com.tencent.lbssearch.object.param.Geo2AddressParam.PoiOptions
出行场景策略,过滤掉车辆不易到达的POI(如一些景区内POI),增加道路出入口、交叉口、大区域出入口类POI,排序会根据真实API大用户的用户点击自动优化。
Polygon - Interface in com.tencent.tencentmap.mapsdk.maps.model
 
PolygonOptions - Class in com.tencent.tencentmap.mapsdk.maps.model
设置多边形相关选项
PolygonOptions() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
构造PolygonOptions对象
polyline - Variable in class com.tencent.lbssearch.object.result.BicyclingResultObject.Route
路线坐标点串
polyline - Variable in class com.tencent.lbssearch.object.result.DrivingResultObject.Route
路线坐标点串
polyline - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Line
路线的坐标点串,用于将线路绘制到地图上,需要注意的是这个只需要取lines中的第一个元素。 比如在公交路线中,两个站点间有多条线路选择,而且走的路线时相同的时,就会被归于同一个lines列表中。
polyline - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Walking
路线坐标点串
polyline - Variable in class com.tencent.lbssearch.object.result.WalkingResultObject.Route
路线坐标点串
Polyline - Interface in com.tencent.tencentmap.mapsdk.maps.model
 
polyline_idx - Variable in class com.tencent.lbssearch.object.result.RoutePlanningObject.Step
本段的起点和终点在点串中的位置
PolylineOptions - Class in com.tencent.tencentmap.mapsdk.maps.model
设置折线相关选项
PolylineOptions() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
 
PolylineOptions.Colors - Class in com.tencent.tencentmap.mapsdk.maps.model
可用的颜色
PolylineOptions.ColorType - Enum in com.tencent.tencentmap.mapsdk.maps.model
路线颜色类型
PolylineOptions.LineType - Class in com.tencent.tencentmap.mapsdk.maps.model
 
PolylineOptions.SegmentText - Class in com.tencent.tencentmap.mapsdk.maps.model
分段展示的文字对象
PolylineOptions.Text - Class in com.tencent.tencentmap.mapsdk.maps.model
polyline 上展示的文字对象
PolylineOptions.Text.Builder - Class in com.tencent.tencentmap.mapsdk.maps.model
 
PolylineOptions.TextPriority - Enum in com.tencent.tencentmap.mapsdk.maps.model
文字优先级,目前只有两级,当两条带文字的 polyline 的交点处需要展示文字时,只展示高优先级的 polyline 上的文字。 用户保证只有一条 polyline 上的文字是 PolylineOptions.TextPriority.HIGH, 否则不能保证得到的展示效果。
position(LatLng) - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
设置气泡的经纬度坐标(该坐标是气泡对应marker的坐标)
position - Variable in class com.tencent.tencentmap.mapsdk.maps.model.MapPoi
标注点经纬度
position(LatLng) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置标注的位置
pov_exp - Variable in class com.tencent.lbssearch.object.result.StreetViewResultObject.Details
视角体验,取值: 4:人工校验过的视角,可以很好地看到指定地点(使用POI参数获取街景时才会有可能有此值) 2:通过坐标自动获取最近街景并计算得到的heading,视角效果存在不确定性
price - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Line
阶段路线所花费用
priority(PolylineOptions.TextPriority) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Text.Builder
文字展示的优先级
Projection - Interface in com.tencent.tencentmap.mapsdk.maps
 
province - Variable in class com.tencent.lbssearch.httpresponse.AdInfo
province - Variable in class com.tencent.lbssearch.object.result.AddressComponent
province - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject.SuggestionData

R

r(int) - Method in class com.tencent.lbssearch.object.param.SearchParam.Nearby
 
radius(int) - Method in class com.tencent.lbssearch.object.param.StreetViewParam
计算半径,取该坐标指定半径范围内的全景点ID。最大值:200,单位:米, 默认值:200。
radius(int) - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider.Builder
设置半径
radius(double) - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
设置圆的半径, 单位为米
RADIUS_EARTH_METERS - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.GeometryConstants
地球测量半径,单位:米 引用链接
RAW - Static variable in annotation type com.tencent.tencentmap.mapsdk.maps.TencentMapResource.ResourceFrom
 
readFromParcel(Parcel) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
 
readyListener(HeatMapTileProvider.OnHeatMapReadyListener) - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider.Builder
设置热力图准备完成回调
RECOMMEND - Static variable in class com.tencent.lbssearch.object.result.DrivingResultObject
路线策略,当返回多路线时可以在 tags 字段获取 推荐路线
recommend - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult.FormatterAddress
经过腾讯地图优化过的描述方式,更具人性化特点
Rectangle() - Constructor for class com.tencent.lbssearch.object.param.SearchParam.Rectangle
 
Rectangle(LatLng, LatLng) - Constructor for class com.tencent.lbssearch.object.param.SearchParam.Rectangle
 
RED - Static variable in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
Deprecated.
RED - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Colors
红色
refreshInfoWindow() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
更新infowindow
region(String) - Method in class com.tencent.lbssearch.object.param.Address2GeoParam
指定地址所属城市
region(SearchParam.Region) - Method in class com.tencent.lbssearch.object.param.SearchParam
Deprecated.
已废弃
Region() - Constructor for class com.tencent.lbssearch.object.param.SearchParam.Region
 
Region(String) - Constructor for class com.tencent.lbssearch.object.param.SearchParam.Region
创建地区
region(String) - Method in class com.tencent.lbssearch.object.param.SuggestionParam
地区名
regionFix(boolean) - Method in class com.tencent.lbssearch.object.param.SuggestionParam
0:[默认]当前城市无结果时,自动扩大范围到全国匹配 1:固定在当前城市
reliability - Variable in class com.tencent.lbssearch.object.result.Address2GeoResultObject.Address2GeoResult
可信度参考:值范围 1 (低可信) - 10 (高可信) 我们根据用户输入地址的准确程度,在解析过程中,将解析结果的可信度(质量),由低到高,分为1 - 10级,该值>=7时,解析结果较为准确,<7时,会存各类不可靠因素,开发者可根据自己的实际使用场景,对于解析质量的实际要求,进行参考。
reload() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.CustomLayer
重新加载图层
reload() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TileOverlay
重新加载瓦片图层,通常用于数据更新后当前屏幕中的瓦片刷新
remove(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.BubbleGroup
根据气泡id,移除一个气泡
remove() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
将这个圆从地图上移除
remove() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.CustomLayer
移除当前图层
remove() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
将这个标注从地图上移除
remove() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MaskLayer
移除蒙层
remove(long) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MaskLayer
以动画的方式移除蒙层
remove() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
从地图上把该多边形移除
remove() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
从地图移除折线
remove() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TileOverlay
移除当前 TileOverlay
removeListener(TencentMapGestureListener) - Method in class com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListenerList
 
removeMarker(Marker) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MarkerGroup
 
removeMarkerById(String) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MarkerGroup
 
removeOnMapLoadedCallback(TencentMap.OnMapLoadedCallback) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置地图加载完成回调接口
removeTencentMapGestureListener(TencentMapGestureListener) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
移除一个腾讯地图手势监听接口
requestTileData(String) - Method in class com.tencent.tencentmap.mapsdk.maps.model.UrlTileProvider
请求网络获取URL的数据
RestrictBoundsFitMode - Enum in com.tencent.tencentmap.mapsdk.maps.model
接口 TencentMap.setRestrictBounds(LatLngBounds, RestrictBoundsFitMode) 允许设置的 RestrictBoundsFitMode
Restriction() - Constructor for class com.tencent.lbssearch.object.result.DrivingResultObject.Restriction
 
restriction - Variable in class com.tencent.lbssearch.object.result.DrivingResultObject.Route
限行信息
result - Variable in class com.tencent.lbssearch.object.result.Address2GeoResultObject
 
result - Variable in class com.tencent.lbssearch.object.result.BicyclingResultObject
规划结果
Result() - Constructor for class com.tencent.lbssearch.object.result.BicyclingResultObject.Result
 
result - Variable in class com.tencent.lbssearch.object.result.DistrictResultObject
结果数组,第0项,代表一级行政区划,第1项代表二级行政区划, 以此类推;使用getchildren接口时,仅为指定父级行政区划的子级
result - Variable in class com.tencent.lbssearch.object.result.DrivingResultObject
规划结果
Result() - Constructor for class com.tencent.lbssearch.object.result.DrivingResultObject.Result
 
result - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject
 
result - Variable in class com.tencent.lbssearch.object.result.TransitResultObject
规划结果
Result() - Constructor for class com.tencent.lbssearch.object.result.TransitResultObject.Result
 
result - Variable in class com.tencent.lbssearch.object.result.WalkingResultObject
规划结果
Result() - Constructor for class com.tencent.lbssearch.object.result.WalkingResultObject.Result
 
ReverseAddressResult() - Constructor for class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult
 
road(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置线是否为路线
road_name - Variable in class com.tencent.lbssearch.object.result.RoutePlanningObject.Step
本段的路名,如“彩和坊路”
roadName - Variable in class com.tencent.tencentmap.mapsdk.maps.model.MapRouteSection
 
roadName - Variable in class com.tencent.tencentmap.mapsdk.maps.model.MapRouteSectionWithName
Deprecated.
 
roadType(DrivingParam.RoadType) - Method in class com.tencent.lbssearch.object.param.DrivingParam
[from辅助参数] 起点道路类型,可选值请使用 DrivingParam.RoadType
RotateAnimation - Class in com.tencent.tencentmap.mapsdk.maps.model
Deprecated.
RotateAnimation(float, float, float, float, float) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.RotateAnimation
Deprecated.
构造函数
rotateTo(float, float) - Static method in class com.tencent.tencentmap.mapsdk.maps.CameraUpdateFactory
将地图顺时针旋转rotate度,并且向后倾斜skew度
ROTATETO - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
rotateto_rotate - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
rotateto_skew - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
rotation(float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置标注的旋转角度
rough - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult.FormatterAddress
大致位置,可用于对位置的粗略描述
Route() - Constructor for class com.tencent.lbssearch.object.result.BicyclingResultObject.Route
 
Route() - Constructor for class com.tencent.lbssearch.object.result.DrivingResultObject.Route
 
Route() - Constructor for class com.tencent.lbssearch.object.result.TransitResultObject.Route
 
Route() - Constructor for class com.tencent.lbssearch.object.result.WalkingResultObject.Route
 
ROUTE_BICYCLING_TRANSIT - Static variable in interface com.tencent.lbssearch.httpresponse.UrlConstant
 
ROUTE_PLANNING_DRIVING - Static variable in interface com.tencent.lbssearch.httpresponse.UrlConstant
 
ROUTE_PLANNING_TRANSIT - Static variable in interface com.tencent.lbssearch.httpresponse.UrlConstant
 
ROUTE_PLANNING_WALKING - Static variable in interface com.tencent.lbssearch.httpresponse.UrlConstant
 
RoutePlanningObject - Class in com.tencent.lbssearch.object.result
 
RoutePlanningObject() - Constructor for class com.tencent.lbssearch.object.result.RoutePlanningObject
 
RoutePlanningObject.Step - Class in com.tencent.lbssearch.object.result
规划结果中的步骤信息
RoutePlanningParam - Class in com.tencent.lbssearch.object.param
 
RoutePlanningParam() - Constructor for class com.tencent.lbssearch.object.param.RoutePlanningParam
 
RoutePlanningParam(LatLng, LatLng) - Constructor for class com.tencent.lbssearch.object.param.RoutePlanningParam
 
RoutePlanningParam.DrivingPolicy - Enum in com.tencent.lbssearch.object.param
Deprecated.
建议使用com.tencent.lbssearch.object.param.DrivingParam.DrivingPolicy
RoutePlanningParam.TransitPolicy - Enum in com.tencent.lbssearch.object.param
Deprecated.
建议使用 TransitParam.Policy
routes - Variable in class com.tencent.lbssearch.object.result.BicyclingResultObject.Result
路径规划的结果集合
routes - Variable in class com.tencent.lbssearch.object.result.DrivingResultObject.Result
路径规划的结果集合
routes - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Result
换乘的多种方案
routes - Variable in class com.tencent.lbssearch.object.result.WalkingResultObject.Result
路径规划的结果集合

S

ScaleAnimation - Class in com.tencent.tencentmap.mapsdk.maps.model
Deprecated.
ScaleAnimation(float, float, float, float) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.ScaleAnimation
Deprecated.
构造函数
SCALEVIEW_POSITION_BOTTOM_CENTER - Static variable in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置地图比例尺的显示位置:底部居中
SCALEVIEW_POSITION_BOTTOM_LEFT - Static variable in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置地图比例尺的显示位置:左下角,默认
SCALEVIEW_POSITION_BOTTOM_RIGHT - Static variable in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置地图比例尺的显示位置:右下角
SCALEVIEW_POSITION_TOP_CENTER - Static variable in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置地图比例尺的显示位置:顶部居中
SCALEVIEW_POSITION_TOP_LEFT - Static variable in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置地图比例尺的显示位置:左上角
SCALEVIEW_POSITION_TOP_RIGHT - Static variable in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置地图比例尺的显示位置:右上角
scrollBy(float, float) - Static method in class com.tencent.tencentmap.mapsdk.maps.CameraUpdateFactory
将地图向左下移动xPixel和yPexil像素
SCROLLBY - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
scrollBy_xPixel - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
scrollBy_yPixel - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
search(SearchParam, HttpResponseListener) - Method in class com.tencent.lbssearch.TencentSearch
地点搜索(Search接口)
SEARCH_URL - Static variable in interface com.tencent.lbssearch.httpresponse.UrlConstant
 
SearchParam - Class in com.tencent.lbssearch.object.param
地点搜索(Search参数),提供三类范围条件的搜索功能:
SearchParam() - Constructor for class com.tencent.lbssearch.object.param.SearchParam
 
SearchParam(String, SearchParam.Boundary) - Constructor for class com.tencent.lbssearch.object.param.SearchParam
创建搜索参数请求
SearchParam.Nearby - Class in com.tencent.lbssearch.object.param
周边搜索(圆形范围): boundary=nearby(lat,lng(中心坐标),radius(半径/米)[, auto_extend])
SearchParam.Rectangle - Class in com.tencent.lbssearch.object.param
矩形区域范围
示例:boundary=rectangle(lat,lng[左下,西南], lat,lng[右上,东北])
SearchParam.Region - Class in com.tencent.lbssearch.object.param
指定地区名称,默认不自动扩大范围 示例:boundary=region(city[,auto_extend][,lat,lng])
SearchResultData() - Constructor for class com.tencent.lbssearch.object.result.SearchResultObject.SearchResultData
 
SearchResultObject - Class in com.tencent.lbssearch.object.result
地点搜索(Search接口)返回结果
SearchResultObject() - Constructor for class com.tencent.lbssearch.object.result.SearchResultObject
 
SearchResultObject.SearchResultData - Class in com.tencent.lbssearch.object.result
搜索结果POI数组,每项为一个POI对象
SearchResultObject.SearchResultData.Pano - Class in com.tencent.lbssearch.object.result
该POI的街景最佳查看场景及视角信息
Segment() - Constructor for class com.tencent.lbssearch.object.result.TransitResultObject.Segment
 
SegmentText(int, int, String) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.SegmentText
构造文字展示段
SERVICE_NAME_AUTHORIZATION - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMapServiceProtocol
 
SERVICE_NAME_BLOCK_ROUTE_DATA - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMapServiceProtocol
 
SERVICE_NAME_INDOOR_DATA - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMapServiceProtocol
 
SERVICE_NAME_MAP_DATA - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMapServiceProtocol
 
SERVICE_NAME_MAP_STYLE - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMapServiceProtocol
 
SERVICE_NAME_OVERSEA_DATA - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMapServiceProtocol
 
SERVICE_NAME_RTT_DATA - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMapServiceProtocol
 
SERVICE_NAME_SATELLITE_DATA - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMapServiceProtocol
 
SERVICE_NAME_SKETCH_DATA - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMapServiceProtocol
 
SERVICE_NAME_STATISTIC - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMapServiceProtocol
 
SERVICE_NAME_TRAFFIC_EVENT - Static variable in interface com.tencent.tencentmap.mapsdk.maps.TencentMapServiceProtocol
 
setAboveMaskLayer(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
Deprecated.
请使用z轴层级来设置蒙层和路线的相对位置 设置是否显示在蒙层之上
setAccuracy(int) - Method in class com.tencent.lbssearch.object.param.DrivingParam.Travel.Point
 
setAddressFormat(String) - Method in class com.tencent.lbssearch.object.param.Geo2AddressParam.PoiOptions
setAllGesturesEnabled(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
设置是否开启地图所有手势
setAllow(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapServiceProtocol.IMapService
设置服务状态
setAlpha(float) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置Marker的透明度。[0.0-1.0]
setAltitude(double) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLng
设置海拔
setAnchor(float, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置标注的锚点
setAnimation(Animation) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置标注的动画
setAnimationListener(AnimationListener) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Animation
设置动画的状态回调
setAnimationListener(AnimationListener) - Method in class com.tencent.tencentmap.mapsdk.maps.model.BaseAnimation
 
setArguments(Bundle) - Method in class com.tencent.tencentmap.mapsdk.maps.MapFragment
setArguments(Bundle) - Method in class com.tencent.tencentmap.mapsdk.maps.SupportMapFragment
 
setArrow(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
导航用的API,开发者不要使用
setBlockRouteEnabled(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
Deprecated. 
setBuildingEnable(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置是否显示3D建筑
setCameraCenterProportion(float, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置camera变换的中心点并将变换中心点设置为地图当前的中心点
setCameraCenterProportion(float, float, boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置camera变换的中心点
setCarNumber(String) - Method in class com.tencent.lbssearch.object.param.DrivingParam
车牌号,填入后,路线引擎会根据车牌对限行区域进行避让,不填则不不考虑限行问题
setCategorys(String...) - Method in class com.tencent.lbssearch.object.param.Geo2AddressParam.PoiOptions
指定分类
setCenter(LatLng) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
重新设置圆心
setClickable(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
设置是否可以点击
setClickable(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置标注是否可以响应点击事件
setClickable(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
设置是否可以点击
setClickable(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
 
setColor(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
设置路线的颜色
setColors(int[], int[]) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
设置线的分段颜色
setColors(int[], int[]) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
Deprecated.
setColorTexture(String) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
setColorTexture(BitmapDescriptor) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
设置定制义的纹理,每个纹理的为8x64的图片
setColorTexture(String) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
Deprecated.
setCompassEnabled(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
设置是否显示指南针
setCompassExtraPadding(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
设置罗盘的填边,只对Y轴生效
setCompassExtraPadding(int, int) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
设置罗盘的填边
setContentDescription(String) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
为此Marker设置 无障碍相关描述信息, 也可通过MarkerOptions在添加Marker的时候设置
setCustomAssetsPath(String) - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置个性化底图资源文件在 assets 目录中的路径
setCustomLocalPath(String) - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置个性化底图资源文件在本地目录中的绝对路径
setCustomRender(CustomRender) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置基于gles2.0的渲染器 该方法可以在地图上添加自定义的3D模型
setCustomUserID(String) - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置用户自定义的UID 此id会加入到网络请求的参数列表中,用户可以通过"cuid"加以识别
setData(Collection<LatLng>) - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider
设置热力图数据,无权重 调用此方法之后,需要将瓦片缓存进行清理 TileOverlay.clearTileCache()
setDefaultArrowTexture(String) - Static method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
Deprecated.
setDirectionOfCar(int) - Method in class com.tencent.lbssearch.object.param.DrivingParam.Travel.Point
 
setDirectionOfDevice(int) - Method in class com.tencent.lbssearch.object.param.DrivingParam.Travel.Point
 
setDiskCacheDir(String) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TileOverlay
重新设置缓存路径,如果用户需要清除之前的缓存数据,需要先调用 TileOverlay.clearTileCache()
setDraggable(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置标注是否可以被拖动
setDrawPillarWith2DStyle(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
Deprecated.
从4.2.4弃用,建议使用 TencentMap.setBuildingEnable(boolean) 替代
setDuration(long) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Animation
设置动画的持续时间
setDuration(long) - Method in class com.tencent.tencentmap.mapsdk.maps.model.BaseAnimation
 
setEraseable(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
设置路线是否可以擦除
setExtSurface(Object) - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置用户指定地图要渲染到的 surface(类型可支持Surface/SurfaceTexture/SurfaceHolder)
setExtSurfaceDimension(int, int) - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置外部传入的Surface or SurfaceTexture的尺寸
setFastLoad(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置是否允许 marker 快速加载,默认此选项为 true 如果当前屏幕内有大量 marker 同时动态修改其 icon 可能会有性能问题, 可以尝试关闭不需要此功能的 marker,关闭此功能后可能导致 marker 切换 icon 时闪烁
setFillColor(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
设置圆的填充颜色
setFillColor(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
设置多边形的填充色
setFixingPoint(int, int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置这个Marker固定在屏幕上的坐标点。
setFixingPointEnable(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置这个Marker是否可以固定在屏幕上不动
setFlingGestureEnabled(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
 
setForeignLanguage(Language) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置海外图优先显示的语言,默认优先显示中文(在创建地图时设置,不支持动态切换)
setGestureScaleByMapCenter(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
设置是否按地图中心点缩放
setGetMapAsync(<any>) - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置异步获取地图对象 注意:在代码中,设置异步获取地图对象之后,在创建MapView时,不能直接调用MapView.getMap()来获取 地图对象,需要等回调返回之后才能做后续的地图操作,否则会出现地图对象为NULL。
setGradient(Gradient) - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider
设置渐变色控制器 调用此方法之后,需要将瓦片缓存进行清理 TileOverlay.clearTileCache()
setHandDrawMapEnable(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置是否开启手绘图
setHandDrawMapEnable(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置是否使用手绘图
setHeatTileGenerator(HeatMapTileProvider.HeatTileGenerator) - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider
设置热力瓦片生产器
setIcon(BitmapDescriptor) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置标注的显示样式
setIndoorEnabled(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置是否显示室内图
setIndoorFloor(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置当前激活状态室内图Building的选中的楼层
setIndoorFloor(String, String) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
将buildingId对应的室内图建筑物设置到指定楼层展示。
setIndoorLevelPickerEnabled(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
设置室内图楼层切换控件是否可见
setInfoWindowAdapter(TencentMap.InfoWindowAdapter) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置气泡样式接口
setInfoWindowAnchor(float, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置 infowindow 的锚点,默认 (0.5f, 1)
setInfoWindowEnable(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置标注是否可以弹出InfoWindow(气泡)
setInfoWindowOffset(int, int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置 infowindow 坐标偏移
setInMapCenterState(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
Deprecated.
废弃,请通过TencentMap.moveCamera(CameraUpdate)和更新position的接口组合来实现
setIntensity(double) - Method in class com.tencent.map.sdk.utilities.heatmap.WeightedLatLng
 
setInterpolator(Interpolator) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Animation
设置动画播放进度的拦截器 具体参见 @see Interpolator
setInterpolator(Interpolator) - Method in class com.tencent.tencentmap.mapsdk.maps.model.BaseAnimation
 
setLatitude(double) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLng
设置纬度
setLatitudeSpan(double) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngSpan
设置纬度跨度
setLatLngs(List<LatLng>) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
Deprecated.
setLevel(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
修改Circle的显示Level,level用于控制Circle与楼块,道路,POI的显示层级关系。 相同Level内的显示层级关系通过Circle.setZIndex(int)来控制,zIndex越大越靠上显示。 默认为OverlayLevel.OverlayLevelAboveLabelsPOI之上 Level优先级高于zIndex
setLevel(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
修改Marker的显示Level,level用于控制Marker与楼块,道路,POI的显示层级关系。 相同Level内的显示层级关系通过Marker.setZIndex(float)来控制,zIndex越大越靠上显示。 默认为OverlayLevel.OverlayLevelAboveLabelsPOI之上 Level优先级高于zIndex
setLevel(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
修改Polygon的显示Level,level用于控制Polygon与楼块,道路,POI的显示层级关系。 相同Level内的显示层级关系通过Polygon.setZIndex(int)来控制,zIndex越大越靠上显示。 默认为OverlayLevel.OverlayLevelAboveLabels POI之上 Level优先级高于zIndex
setLevel(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
修改Polyline的显示Level,level用于控制Polyline与楼块,道路,POI的显示层级关系。 相同Level内的显示层级关系通过Polyline.setZIndex(int)来控制,zIndex越大越靠上显示。 默认为OverlayLevel.OverlayLevelAboveRoads道路之上楼块之下 Level优先级高于zIndex
setLineType(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
Deprecated.
setLocationSource(LocationSource) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置我的位置信息来源,
setLogoPosition(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
设置Logo的显示位置
setLogoPosition(int, int[]) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
根据地图四个Anchor 模式(左上、左下、右下、右上)以及相应的Margins来设置Logo位置
setLogoPositionWithMargin(int, int, int, int, int) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
设置Logo的显示位置,带偏移量,单位像素
setLogoScale(float) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
设置Logo的缩放比例,比例范围(0.7~1.3)
setLogoSize(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
设置图标大小,暂时不生效
setLongitude(double) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLng
设置经度
setLongitudeSpan(double) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngSpan
设置经度跨度
setMapCenterAndScale(float, float, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置底图中心点及scale, 屏幕左上角为 (0.0f, 0.0f), 右下角(1.0f, 1.0f)
setMapKernel(TencentMapOptions.IMapKernel) - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置地图核心类型
setMapKey(String) - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
用户设置的地图KEY
setMapPadding(int, int, int, int) - Method in class com.tencent.tencentmap.mapsdk.maps.MapView
设置底图相对上、下、左、右的边距
setMapStyle(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置当前地图的样式
根据自己在腾讯地图样式配置平台配置的样式对应的样式序号, 目前开放给用户自定义样式的值为 1 ~ 3 之间的整数
只有在 TencentMap.MAP_TYPE_NORMAL 时,才修改地图样式
setMapType(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置地图类型
setMapViewType(MapViewType) - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置视图容器类型
setMarkerGroupOnTapMapBubblesHidden(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MarkerGroup
 
setMarkerGroupOnTapMapInfoWindowHidden(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MarkerGroup
 
setMarkerOnTapMapBubblesHidden(Marker, boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MarkerGroup
 
setMarkerOptions(MarkerOptions) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
更新标注的属性
setMaxZoomLevel(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置地图的最大缩放级别
setMinZoomLevel(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置地图的最小缩放级别
setMultipleInfoWindowEnable(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置是否允许显示多InfoWindow,默认地图中只允许显示一个InfoWindow
setMultyPlan(boolean) - Method in class com.tencent.lbssearch.object.param.DrivingParam
Deprecated.
已废弃
setMyLocationButtonEnabled(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
设置是否显示定位按钮
setMyLocationEnabled(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置是否显示我的位置
setMyLocationStyle(MyLocationStyle) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置定位的样式
setNavCenter(int, int) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapNavi
设置导航中心点
setNaviFixingProportion(float, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapNavi
设置固定
setNaviFixingProportion2D(float, float) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapNavi
设置固定
setNaviStateEnabled(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapNavi
导航状态开关
setNetAdapter(AdapterType, Bundle) - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置网络适配器类型
setOnCameraChangeListener(TencentMap.OnCameraChangeListener) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置地图变换的监听接口
setOnCompassClickedListener(TencentMap.OnCompassClickedListener) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置罗盘位按钮监听接口
setOnIndoorStateChangeListener(TencentMap.OnIndoorStateChangeListener) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置室内图状态变化回调
setOnInfoWindowClickListener(TencentMap.OnInfoWindowClickListener) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置Marker气泡点击事件监听接口
setOnMapClickListener(TencentMap.OnMapClickListener) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置地图点击事件的监听接口
setOnMapLoadedCallback(TencentMap.OnMapLoadedCallback) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
setOnMapLongClickListener(TencentMap.OnMapLongClickListener) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置地图长按事件的监听接口
setOnMapPoiClickListener(TencentMap.OnMapPoiClickListener) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置地图标注点点击回调
setOnMarkerClickListener(TencentMap.OnMarkerClickListener) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置Marker点击事件的监听接口
setOnMarkerDragListener(TencentMap.OnMarkerDragListener) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置Marker拖动事件的监听接口
setOnMyLocationChangeListener(TencentMap.OnMyLocationChangeListener) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置我的位置变化监听接口
setOnPolylineClickListener(TencentMap.OnPolylineClickListener) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置线被点击时的回调接口
setOnTapHidden(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.BubbleOptions
设置点击底图区域是否隐藏
setOnTapMapBubblesHiddenById(String, boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MarkerGroup
 
setOnTapMapViewBubbleHidden(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
Deprecated.
废弃
setOnTapMapViewInfoWindowHidden(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
点击地图其他区域时,InfoWindow是否需要隐藏
setOnTop(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.MapFragment
 
setOnTop(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.MapView
因为MapView最终是由 GLSurfaceView来绘制的, 所以当两个以上的MapView重叠的时候,需要调整它的上面关系时用到这个函数。其它就最终会调用SurfaceView.setZOrderOnTop(boolean)
setOnTop(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.SupportMapFragment
setOnTrafficEventClickListener(TencentMap.OnTrafficEventClickListener) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
事件点击回调
setOpacity(double) - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider
设置透明色 调用此方法之后,需要将瓦片缓存进行清理 TileOverlay.clearTileCache()
setOptions(CircleOptions) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
 
setOptions(MaskLayerOptions) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MaskLayer
设置属性
setOptions(PolygonOptions) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
设置一组属性
setPadding(int, int, int, int) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置底图相对上、下、左、右的边距
setPadding(int, int, int, int, boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置底图相对上、下、左、右的边距,并移动地图中心点
setPageIndex(int) - Method in class com.tencent.lbssearch.object.param.Geo2AddressParam.PoiOptions
页码,取值范围 1-20
setPageSize(int) - Method in class com.tencent.lbssearch.object.param.Geo2AddressParam.PoiOptions
每页条数,取值范围 1-20
setPoint(LatLng) - Method in class com.tencent.map.sdk.utilities.heatmap.WeightedLatLng
 
setPoints(List<LatLng>) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
设置多边形的顶点,顶点要逆时针顺序,否则填充色会出错
setPoints(Iterable<LatLng>) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
设置PolygonOptions顶点
setPoints(List<LatLng>) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
设置折线顶点
setPointToCenter(int, int) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
设置屏幕上的某个像素点为中心
setPoiOptions(Geo2AddressParam.PoiOptions) - Method in class com.tencent.lbssearch.object.param.Geo2AddressParam
设置poi的设置选项
setPoisEnabled(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
底图 poi 开关
setPolicy(int) - Method in class com.tencent.lbssearch.object.param.Geo2AddressParam.PoiOptions
场景策略
setPolylineOptions(PolylineOptions) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
设置一组线的属性
setPosition(LatLng) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置标注的位置
setPriority(PolylineOptions.TextPriority) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Text
设置文字展示的优先级
setRadius(int) - Method in class com.tencent.lbssearch.object.param.Geo2AddressParam.PoiOptions
设置半径,取值范围 1-5000(米)
setRadius(int) - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider
设置卷积半径 调用此方法之后,需要将瓦片缓存进行清理 TileOverlay.clearTileCache()
setRadius(double) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
设置圆的半径,单位为米
setRestrictBounds(LatLngBounds, RestrictBoundsFitMode) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
限制地图的显示范围。此接口同时会限制地图的最小缩放级别,用户还可以通过 TencentMap.setMinZoomLevel(int) 修改自己需要的最小缩放级别获取需要的展示效果
setRotateGesturesEnabled(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
设置是否开启地图旋转手势
setRotation(float) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置标注的旋转角度
setSatelliteEnabled(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
Deprecated.
setSatelliteVersion(String) - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置卫星图配置版本
setScaleViewEnabled(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
设置当前是否显示比例尺
setScaleViewPosition(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
设置比例尺的显示位置
setScaleViewPositionWithMargin(int, int, int, int, int) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
设置比例尺的显示位置,带偏移量,单位像素
setScrollGesturesEnabled(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
设置是否开启地图滚动手势
setServiceProtocol(int, Object) - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置服务协议
setSnippet(String) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置标注的InfoWindow(气泡)的内容,如果设置了 TencentMap.setInfoWindowAdapter(TencentMap.InfoWindowAdapter) 则失效
setSpeed(int) - Method in class com.tencent.lbssearch.object.param.DrivingParam.Travel.Point
 
setStrokeColor(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
设置圆描边的颜色(ARGB)
setStrokeColor(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
设置多边描边的颜色
setStrokeColor(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Text
设置文字描边颜色,int 表示的 ARGB 32 位颜色
setStrokeWidth(float) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
设置圆描边的宽度
setStrokeWidth(float) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
设置多边形描边的宽度
setSubInfo(String, String) - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置附加的 key 信息
setTag(Object) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
设置附加数据
setTag(Object) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置tag
setTag(Object) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
设置附加数据
setTag(Object) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
设置tag
setTencentMapGestureListener(TencentMapGestureListener) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
setText(PolylineOptions.Text) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
设置沿 polyline 展示的文字
setTextColor(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Text
设置文字颜色,int 表示的 ARGB 32 位颜色
setTextSize(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Text
设置文字大小
setTiltGesturesEnabled(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
设置是否开启地图倾斜手势
setTime(int) - Method in class com.tencent.lbssearch.object.param.DrivingParam.Travel.Point
 
setTitle(String) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置标注的InfoWindow(气泡)的标题,如果设置了 TencentMap.setInfoWindowAdapter(TencentMap.InfoWindowAdapter) 则失效
setTrafficEnabled(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
开启或关闭实时交通路况的功能
setTypeface(Typeface) - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置自定义字体
setUseHttps(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapServiceProtocol.IMapService
设置是否使用Https,默认为true
setUseTest(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMapServiceProtocol.IMapService
设置是否使用测试地址,默认为false
setVisible(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
设置是否可见
setVisible(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置标注是否可见
setVisible(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MaskLayer
设置是否可见
setVisible(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
设置多边形是否可见
setVisible(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
设置折线可见性
setWeightedData(Collection<WeightedLatLng>) - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider
设置带权重的坐标数据集 调用此方法之后不能实时展示,需要将瓦片缓存进行清理 TileOverlay.clearTileCache()
setWidth(float) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
设置折线的宽度
setZIndex(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Circle
设置相同显示Level下的 Circle.setLevel(int) 的圆的堆叠顺序,相同显示level,zIndex越大越靠上显示 level优先级大于zIndex
setZIndex(float) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
设置 相同显示Level下的 Marker.setLevel(int) 的Marker的堆叠顺序,相同显示level,zIndex越大越靠上显示 level优先级大于zIndex
setZIndex(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MaskLayer
设置z轴层级
setZIndex(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polygon
设置 相同显示Level下的 Polygon.setLevel(int) 的多边形的堆叠顺序,相同显示level,zIndex越大越靠上显示 level优先级大于zIndex
setZIndex(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
设置相同显示Level下的 Polyline.setLevel(int) 的折线堆叠顺序。相同显示level,zIndex越大越靠上显示 level优先级大于zIndex
setZindex(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.TileOverlay
设置当前 TileOverlay 的 zIndex
setZoomControlsEnabled(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
Deprecated.
从4.3.1弃用,Android对android.widget.ZoomButton已不维护,建议使用自定义View
setZoomGesturesEnabled(boolean) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
设置是否开启地图缩放手势
setZoomPosition(int) - Method in interface com.tencent.tencentmap.mapsdk.maps.UiSettings
Deprecated.
从4.3.1弃用,建议使用自定义View
showInfoWindow() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
让标注显示InfoWindow(气泡)
similarity - Variable in class com.tencent.lbssearch.object.result.Address2GeoResultObject.Address2GeoResult
size(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Text.Builder
文字尺寸
snapshot(TencentMap.SnapshotReadyCallback, Bitmap.Config) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取地图当前截图
如果调用了 animateCamera 接口,请在 CameraChangeFinished 回调后再进行截图
snapshot(TencentMap.SnapshotReadyCallback) - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
获取地图当前截图
如果调用了 animateCamera 接口,请在 CameraChangeFinished 回调后再进行截图
snippet(String) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置标注的InfoWindow(气泡)的内容,如果设置了 TencentMap.setInfoWindowAdapter(TencentMap.InfoWindowAdapter) 则失效
southwest - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.LatLngBounds
 
southwest - Variable in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
 
speed(int) - Method in class com.tencent.lbssearch.object.param.DrivingParam
[from辅助参数]速度,单位:米/秒,默认3。 当速度低于1.39米/秒时,heading将被忽略
startAnimation() - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Marker
开发播放设置好的动画 参见 Marker.setAnimation(Animation)
startAnimation(Animation) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
开始播放动画,目前只有AlphaAnimation和EmergeAnimation支持。
startNum - Variable in class com.tencent.tencentmap.mapsdk.maps.model.MapRouteSection
 
startNum - Variable in class com.tencent.tencentmap.mapsdk.maps.model.MapRouteSectionWithName
Deprecated.
 
Station() - Constructor for class com.tencent.lbssearch.object.result.TransitResultObject.Station
 
station_count - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Line
本段中经过的站点数目
stations - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Line
经停站点
status - Variable in class com.tencent.lbssearch.httpresponse.BaseObject
 
status - Variable in class com.tencent.lbssearch.object.result.DrivingResultObject.Restriction
限行状态码: 0 途经没有限行城市,或路线方案未涉及限行区域 1 途经包含有限行的城市 3 [设置车牌] 已避让限行 4 [设置车牌] 无法避开限行区域(本方案包含限行路段)
Step() - Constructor for class com.tencent.lbssearch.object.result.RoutePlanningObject.Step
 
steps - Variable in class com.tencent.lbssearch.object.result.BicyclingResultObject.Route
路线分解后的详细步骤
steps - Variable in class com.tencent.lbssearch.object.result.DrivingResultObject.Route
路线分解后的详细步骤
steps - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Route
路线分解后的详细步骤
steps - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Walking
路线分解后的详细步骤
steps - Variable in class com.tencent.lbssearch.object.result.WalkingResultObject.Route
路线分解后的详细步骤
stopAnimation() - Method in interface com.tencent.tencentmap.mapsdk.maps.TencentMap
停止地图所有正在进行的动画
street - Variable in class com.tencent.lbssearch.object.result.AddressComponent
街道,可能为空字串
street - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult.AddressReference
街道
street_number - Variable in class com.tencent.lbssearch.object.result.AddressComponent
门牌,可能为空字串
street_number - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult.AddressReference
门牌
StreetViewParam - Class in com.tencent.lbssearch.object.param
街景场景信息查询接口 参数 id和location必须且只能存在一个
StreetViewParam() - Constructor for class com.tencent.lbssearch.object.param.StreetViewParam
 
StreetViewResultObject - Class in com.tencent.lbssearch.object.result
街景场景信息查询接口 结果
StreetViewResultObject() - Constructor for class com.tencent.lbssearch.object.result.StreetViewResultObject
 
StreetViewResultObject.Details - Class in com.tencent.lbssearch.object.result
 
strokeColor(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
设置圆的描边颜色
strokeColor(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
设置圆形区域(以定位位置为圆心,定位半径的圆形区域)的边框颜色。
strokeColor(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
设置PolygonOptions描边颜色
strokeColor(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Text.Builder
设置文字描边颜色
strokeWidth(float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
设置圆的描边宽度
strokeWidth(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
设置圆形区域(以定位位置为圆心,定位半径的圆形区域)的边框宽度
strokeWidth(float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
设置PolygonOptions描边宽度
STYLE_OFFSET - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
样式偏移,用于将默认的样式与用户在配置平台的样式顺序做区分
sub_pois - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject
子地点列表,仅在输入参数get_subpois=1时返回
SubPoi() - Constructor for class com.tencent.lbssearch.object.result.SuggestionResultObject.SubPoi
 
suggestion(SuggestionParam, HttpResponseListener) - Method in class com.tencent.lbssearch.TencentSearch
关键词输入提示 用于获取输入关键字的补完与提示,帮助用户快速输入。 本接口为纯HTTP数据接口,须配合前端程序实现Autocomplete(自动完成)的效果。
SuggestionData() - Constructor for class com.tencent.lbssearch.object.result.SuggestionResultObject.SuggestionData
 
SuggestionParam - Class in com.tencent.lbssearch.object.param
关键词输入提示参数
SuggestionParam() - Constructor for class com.tencent.lbssearch.object.param.SuggestionParam
 
SuggestionParam(String, String) - Constructor for class com.tencent.lbssearch.object.param.SuggestionParam
创建搜索建议参数
SuggestionParam.AddressFormat - Enum in com.tencent.lbssearch.object.param
 
SuggestionParam.Policy - Enum in com.tencent.lbssearch.object.param
 
SuggestionResultObject - Class in com.tencent.lbssearch.object.result
关键词输入提示 网络数据返回结果
SuggestionResultObject() - Constructor for class com.tencent.lbssearch.object.result.SuggestionResultObject
 
SuggestionResultObject.SubPoi - Class in com.tencent.lbssearch.object.result
一个POI对象
SuggestionResultObject.SuggestionData - Class in com.tencent.lbssearch.object.result
提示词,一个POI对象
SUGGESTOIN_URL - Static variable in interface com.tencent.lbssearch.httpresponse.UrlConstant
 
SupportMapFragment - Class in com.tencent.tencentmap.mapsdk.maps
含有 MapView 的Fragment, 由于 API Level要求在 12 以下的应用中。
SupportMapFragment() - Constructor for class com.tencent.tencentmap.mapsdk.maps.SupportMapFragment
 

T

tag(Object) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置标签对象
tags - Variable in class com.tencent.lbssearch.object.result.DrivingResultObject.Route
路线策略 仅当设置需要返回多条路线时返回,且为非必有值
target(LatLng) - Method in class com.tencent.tencentmap.mapsdk.maps.model.CameraPosition.Builder
地图目标经纬度
target - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CameraPosition
 
taxi_fare - Variable in class com.tencent.lbssearch.object.result.DrivingResultObject.Route
预估打车费
TaxiFare() - Constructor for class com.tencent.lbssearch.object.result.DrivingResultObject.TaxiFare
 
tel - Variable in class com.tencent.lbssearch.object.result.SearchResultObject.SearchResultData
电话
TencentMap - Interface in com.tencent.tencentmap.mapsdk.maps
 
TencentMap.AsyncOperateCallback<T> - Interface in com.tencent.tencentmap.mapsdk.maps
异步操作回调
TencentMap.CancelableCallback - Interface in com.tencent.tencentmap.mapsdk.maps
地图变换相关操作的状态回调接口
TencentMap.InfoWindowAdapter - Interface in com.tencent.tencentmap.mapsdk.maps
自定义 Marker气泡样式接口
TencentMap.OnCameraChangeListener - Interface in com.tencent.tencentmap.mapsdk.maps
当地图发生变化时的调用接口
TencentMap.OnCompassClickedListener - Interface in com.tencent.tencentmap.mapsdk.maps
当地图的罗盘被点击时的回调接口
TencentMap.OnDismissCallback - Interface in com.tencent.tencentmap.mapsdk.maps
 
TencentMap.OnIndoorStateChangeListener - Interface in com.tencent.tencentmap.mapsdk.maps
室内图回调
TencentMap.OnInfoWindowClickListener - Interface in com.tencent.tencentmap.mapsdk.maps
Marker 气泡窗口被点击时的回调
TencentMap.OnMapClickListener - Interface in com.tencent.tencentmap.mapsdk.maps
当地图被点击时回调接口
TencentMap.OnMapLoadedCallback - Interface in com.tencent.tencentmap.mapsdk.maps
地图加载完成的回调接口,设置之后只回调一次,如果需要再获取,则需要重新设置回调
TencentMap.OnMapLongClickListener - Interface in com.tencent.tencentmap.mapsdk.maps
当地图被长按时回调接口
TencentMap.OnMapPoiClickListener - Interface in com.tencent.tencentmap.mapsdk.maps
poi点击listener
TencentMap.OnMarkerClickListener - Interface in com.tencent.tencentmap.mapsdk.maps
Marker 被点击时回调接口
TencentMap.OnMarkerDragListener - Interface in com.tencent.tencentmap.mapsdk.maps
Marker 被拖动时回调接口
TencentMap.OnMyLocationChangeListener - Interface in com.tencent.tencentmap.mapsdk.maps
地图接收到我的位置发生变化时,回调接口
TencentMap.OnPolylineClickListener - Interface in com.tencent.tencentmap.mapsdk.maps
当一条折线被点击时的回调。
TencentMap.OnTrafficEventClickListener - Interface in com.tencent.tencentmap.mapsdk.maps
事件点击回调监听
TencentMap.SnapshotReadyCallback - Interface in com.tencent.tencentmap.mapsdk.maps
地图截图的回调接口,回调是在主线程中运行的。
TencentMapComponent - Interface in com.tencent.tencentmap.mapsdk.maps
 
TencentMapContext - Interface in com.tencent.tencentmap.mapsdk.maps
地图上下文
TencentMapGestureListener - Interface in com.tencent.tencentmap.mapsdk.maps.model
TencentMapGestureListenerList - Class in com.tencent.tencentmap.mapsdk.maps.model
TencentMapGestureListener集合类
TencentMapGestureListenerList() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.TencentMapGestureListenerList
 
TencentMapNavi - Interface in com.tencent.tencentmap.mapsdk.maps
导航地图
TencentMapOptions - Class in com.tencent.tencentmap.mapsdk.maps
 
TencentMapOptions() - Constructor for class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
 
TencentMapOptions.IMapKernel - Interface in com.tencent.tencentmap.mapsdk.maps
地图类型
TencentMapResource - Interface in com.tencent.tencentmap.mapsdk.maps
获取地图资源
TencentMapResource.ResourceFrom - Annotation Type in com.tencent.tencentmap.mapsdk.maps
 
TencentMapServiceProtocol - Interface in com.tencent.tencentmap.mapsdk.maps
 
TencentMapServiceProtocol.IMapService - Interface in com.tencent.tencentmap.mapsdk.maps
 
TencentSearch - Class in com.tencent.lbssearch
api 接口类
TencentSearch(Context) - Constructor for class com.tencent.lbssearch.TencentSearch
 
text(PolylineOptions.Text) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置沿 polyline 展示的文字
只要调用 TencentMap.addPolyline(PolylineOptions) 构造出 PolylineOptions.Text 就不可以再调用 Polyline.setPoints(List) 修改展示的路径,只能创建新的 Polyline
TextureMapView - Class in com.tencent.tencentmap.mapsdk.maps
Created by nicolasli on 2018/3/21.
TextureMapView(Context) - Constructor for class com.tencent.tencentmap.mapsdk.maps.TextureMapView
根据给定的参数构造一个MapView 的新对象
TextureMapView(Context, TencentMapOptions) - Constructor for class com.tencent.tencentmap.mapsdk.maps.TextureMapView
根据给定的地图选项初始化地图
TextureMapView(Context, AttributeSet) - Constructor for class com.tencent.tencentmap.mapsdk.maps.TextureMapView
根据给定的参数构造一个MapView 的新对象
TextureMapView(Context, AttributeSet, int) - Constructor for class com.tencent.tencentmap.mapsdk.maps.TextureMapView
根据给定的参数构造一个MapView 的新对象
Tile - Class in com.tencent.tencentmap.mapsdk.maps.model
通过 TileProvider 获取的瓦片对象
Tile(int, int, byte[]) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.Tile
栅格瓦片构造方法
TILE_BMP_SIZE - Static variable in class com.tencent.tencentmap.mapsdk.maps.MapParamConstants
投影参数:世界如何投影到绘图像素坐标 这里的单位是 dp
tileGenerator(HeatMapTileProvider.HeatTileGenerator) - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider.Builder
设置热力图瓦片生产器
TileOverlay - Interface in com.tencent.tencentmap.mapsdk.maps.model
 
TileOverlayOptions - Class in com.tencent.tencentmap.mapsdk.maps.model
TileProvider builder
TileOverlayOptions() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.TileOverlayOptions
 
tileProvider(TileProvider) - Method in class com.tencent.tencentmap.mapsdk.maps.model.TileOverlayOptions
设置瓦片源
TileProvider - Interface in com.tencent.tencentmap.mapsdk.maps.model
瓦片获取接口
tilt(float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.CameraPosition.Builder
倾斜角度
tilt - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CameraPosition
 
title - Variable in class com.tencent.lbssearch.httpresponse.Poi
poi名称
title - Variable in class com.tencent.lbssearch.object.result.DrivingResultObject.WayPoint
途经点路名
title - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult.AddressReference.Area
名称/标题
title - Variable in class com.tencent.lbssearch.object.result.SearchResultObject.SearchResultData
名称
title - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject.SubPoi
poi名称
title - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject.SuggestionData
提示文字
title - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Destination
站点名称
title - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Exit
出口名
title - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.GetOnOrOff
车站名称
title - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Line
线路名称,如“1”、“地铁1号线”等
title - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Station
经停站名
title(String) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置标注的InfoWindow(气泡)的标题,如果设置了 TencentMap.setInfoWindowAdapter(TencentMap.InfoWindowAdapter) 则失效
to(LatLng) - Method in class com.tencent.lbssearch.object.param.RoutePlanningParam
设置路线的终点
toBytes() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MapRouteSection
将对象转换为byte数组。
toBytes() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MapRouteSectionWithName
Deprecated.
将对象转换为byte数组。
toLatLngs() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
返回边界坐标数组
toPOI(String) - Method in class com.tencent.lbssearch.object.param.DrivingParam
终点POI ID(可通过腾讯位置服务地点搜索服务得到),当目的地为较大园区、小区时,会以引导点做为终点(如出入口等),体验更优。 该参数优先级高于to(坐标),但是当目的地无引导点数据或POI ID失效时,仍会使用to(坐标)作为终点
toScreenLocation(LatLng) - Method in interface com.tencent.tencentmap.mapsdk.maps.Projection
获取当前地图经纬度对应的屏幕坐标
toString() - Method in class com.tencent.lbssearch.object.param.DrivingParam.Travel.Point
 
toString() - Method in class com.tencent.lbssearch.object.param.DrivingParam.Travel
 
toString() - Method in class com.tencent.lbssearch.object.param.Geo2AddressParam.PoiOptions
 
toString() - Method in class com.tencent.lbssearch.object.param.SearchParam.Nearby
 
toString() - Method in class com.tencent.lbssearch.object.param.SearchParam.Rectangle
 
toString() - Method in class com.tencent.lbssearch.object.param.SearchParam.Region
 
toString() - Method in class com.tencent.tencentmap.mapsdk.maps.model.CameraPosition
 
toString() - Method in class com.tencent.tencentmap.mapsdk.maps.model.IndoorBuilding
 
toString() - Method in class com.tencent.tencentmap.mapsdk.maps.model.IndoorInfo
 
toString() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLng
 
toString() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
 
toString() - Method in class com.tencent.tencentmap.mapsdk.maps.model.MyLocationStyle
 
toString() - Method in class com.tencent.tencentmap.mapsdk.maps.model.TileOverlayOptions
 
toString() - Method in class com.tencent.tencentmap.mapsdk.maps.model.VisibleRegion
 
toString() - Method in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
 
TrafficEvent - Interface in com.tencent.tencentmap.mapsdk.maps.model
All rights Reserved, Designed By lbs.qq.com
Transit() - Constructor for class com.tencent.lbssearch.object.result.TransitResultObject.Transit
 
TransitParam - Class in com.tencent.lbssearch.object.param
公交
TransitParam() - Constructor for class com.tencent.lbssearch.object.param.TransitParam
 
TransitParam(LatLng, LatLng) - Constructor for class com.tencent.lbssearch.object.param.TransitParam
 
TransitParam.Policy - Enum in com.tencent.lbssearch.object.param
 
TransitParam.Preference - Enum in com.tencent.lbssearch.object.param
 
TransitResultObject - Class in com.tencent.lbssearch.object.result
换乘规划结果。其routs字段是以TransitResultObject.Route为模板的List列表,包含的换乘的多种方案。 这个类包含每种方案在地图上的范围:bounds;每种方案的距离和预计用时;以及每种方案的具体换乘信息:steps。 steps字段是以TransitResultObject.Segment为模板的List列表,TransitResultObject.Segment类是 TransitResultObject.Walking和TransitResultObject.Transit两个类的父类。 因为具体的换乘信息可能包含步行路段和乘车路段,这样才能表述完整的换乘信息。 所以在解析steps字段的时候,需要判断每个元素的具体类型,才能进行正确的解析。
TransitResultObject() - Constructor for class com.tencent.lbssearch.object.result.TransitResultObject
 
TransitResultObject.Destination - Class in com.tencent.lbssearch.object.result
路线下行方向
TransitResultObject.Exit - Class in com.tencent.lbssearch.object.result
出口
TransitResultObject.GetOnOrOff - Class in com.tencent.lbssearch.object.result
车站信息
TransitResultObject.LatLngBounds - Class in com.tencent.lbssearch.object.result
用西南角和东北角坐标描述一个范围
TransitResultObject.Line - Class in com.tencent.lbssearch.object.result
线路信息
TransitResultObject.Result - Class in com.tencent.lbssearch.object.result
规划结果
TransitResultObject.Route - Class in com.tencent.lbssearch.object.result
一条路径的类型
TransitResultObject.Segment - Class in com.tencent.lbssearch.object.result
 
TransitResultObject.Station - Class in com.tencent.lbssearch.object.result
经停站
TransitResultObject.Transit - Class in com.tencent.lbssearch.object.result
乘车路段
TransitResultObject.Walking - Class in com.tencent.lbssearch.object.result
步行路段
translate(TranslateParam, HttpResponseListener) - Method in class com.tencent.lbssearch.TencentSearch
坐标转换 实现从其它图商坐标系或标准gps坐标系,批量转换到腾讯地图坐标系。
TRANSLATE_URL - Static variable in interface com.tencent.lbssearch.httpresponse.UrlConstant
 
TranslateAnimation - Class in com.tencent.tencentmap.mapsdk.maps.model
Deprecated.
TranslateAnimation(LatLng) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.TranslateAnimation
Deprecated.
通过设置目的坐标构造平移动画
TranslateParam - Class in com.tencent.lbssearch.object.param
坐标转换 网络获取参数
TranslateParam() - Constructor for class com.tencent.lbssearch.object.param.TranslateParam
 
TranslateParam.CoordType - Enum in com.tencent.lbssearch.object.param
输入的locations的坐标类型 可选值为[1,6]之间的整数,每个数字代表的类型说明:
TranslateResultObject - Class in com.tencent.lbssearch.object.result
坐标转换 网络数据结果
TranslateResultObject() - Constructor for class com.tencent.lbssearch.object.result.TranslateResultObject
 
TRANSPARENT - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Colors
透明色
Travel() - Constructor for class com.tencent.lbssearch.object.param.DrivingParam.Travel
 
type - Variable in class com.tencent.lbssearch.object.result.SearchResultObject.SearchResultData
类型,值说明:0:普通POI / 1:公交车站 / 2:地铁站 / 3:公交线路 / 4:行政区划
type - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject.SuggestionData
POI类型,值说明:0:普通POI / 1:公交车站 / 2:地铁站 / 3:公交线路 / 4:行政区划

U

UiSettings - Interface in com.tencent.tencentmap.mapsdk.maps
 
union(LatLngBounds) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
合并一个新的地理区域
union(double, double, double, double) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
合并一个新的地理区域
updateBubble(int, BubbleOptions) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.BubbleGroup
更新一个气泡
updateMarkerOptionById(String, MarkerOptions) - Method in interface com.tencent.tencentmap.mapsdk.maps.model.MarkerGroup
 
updatePoints(Iterable<LatLng>) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
添加顶点,该方法会清空原来顶点集合
UrlConstant - Interface in com.tencent.lbssearch.httpresponse
url常量
UrlTileProvider - Class in com.tencent.tencentmap.mapsdk.maps.model
网络瓦片提供器
UrlTileProvider() - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.UrlTileProvider
 
UrlTileProvider(int, int) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.UrlTileProvider
 

V

value - Variable in enum com.tencent.lbssearch.object.param.SuggestionParam.AddressFormat
 
value - Variable in enum com.tencent.lbssearch.object.param.SuggestionParam.Policy
 
valueOf(String) - Static method in enum com.tencent.lbssearch.object.param.CoordTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tencent.lbssearch.object.param.DrivingParam.Policy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tencent.lbssearch.object.param.DrivingParam.Preference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tencent.lbssearch.object.param.DrivingParam.RoadType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tencent.lbssearch.object.param.RoutePlanningParam.DrivingPolicy
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tencent.lbssearch.object.param.RoutePlanningParam.TransitPolicy
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tencent.lbssearch.object.param.SuggestionParam.AddressFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tencent.lbssearch.object.param.SuggestionParam.Policy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tencent.lbssearch.object.param.TransitParam.Policy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tencent.lbssearch.object.param.TransitParam.Preference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tencent.lbssearch.object.param.TranslateParam.CoordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tencent.tencentmap.mapsdk.maps.model.Language
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tencent.tencentmap.mapsdk.maps.model.MapKernel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tencent.tencentmap.mapsdk.maps.model.MapViewType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.ColorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.TextPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tencent.tencentmap.mapsdk.maps.model.RestrictBoundsFitMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tencent.lbssearch.object.param.CoordTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tencent.lbssearch.object.param.DrivingParam.Policy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tencent.lbssearch.object.param.DrivingParam.Preference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tencent.lbssearch.object.param.DrivingParam.RoadType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tencent.lbssearch.object.param.RoutePlanningParam.DrivingPolicy
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tencent.lbssearch.object.param.RoutePlanningParam.TransitPolicy
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tencent.lbssearch.object.param.SuggestionParam.AddressFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tencent.lbssearch.object.param.SuggestionParam.Policy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tencent.lbssearch.object.param.TransitParam.Policy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tencent.lbssearch.object.param.TransitParam.Preference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tencent.lbssearch.object.param.TranslateParam.CoordType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tencent.tencentmap.mapsdk.maps.model.Language
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tencent.tencentmap.mapsdk.maps.model.MapKernel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tencent.tencentmap.mapsdk.maps.model.MapViewType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.ColorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.TextPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tencent.tencentmap.mapsdk.maps.model.RestrictBoundsFitMode
Returns an array containing the constants of this enum type, in the order they are declared.
vehicle - Variable in class com.tencent.lbssearch.object.result.TransitResultObject.Line
线路类型,“RAIL”,“BUS”,“SUBWAY”三者之一
versionInfo(String) - Method in class com.tencent.tencentmap.mapsdk.maps.model.TileOverlayOptions
瓦片图层数据的版本信息,不同版本的数据会存放到 TileOverlayOptions.getDiskCacheDir()/TileOverlayOptions.getVersionInfo() 目录下
viewInfoWindow(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置此 marker 的 infowindow 是否用 view 实现 infowindow
visible(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
设置圆的可见性
visible(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置标注是否可见
visible(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
设置折线可见性
visible(boolean) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置折线可见性
VisibleRegion - Class in com.tencent.tencentmap.mapsdk.maps.model
可视区域
VisibleRegion(LatLng, LatLng, LatLng, LatLng, LatLngBounds) - Constructor for class com.tencent.tencentmap.mapsdk.maps.model.VisibleRegion
可视范围

W

Walking() - Constructor for class com.tencent.lbssearch.object.result.TransitResultObject.Walking
 
WalkingParam - Class in com.tencent.lbssearch.object.param
 
WalkingParam() - Constructor for class com.tencent.lbssearch.object.param.WalkingParam
 
WalkingParam(LatLng, LatLng) - Constructor for class com.tencent.lbssearch.object.param.WalkingParam
 
WalkingResultObject - Class in com.tencent.lbssearch.object.result
 
WalkingResultObject() - Constructor for class com.tencent.lbssearch.object.result.WalkingResultObject
 
WalkingResultObject.Result - Class in com.tencent.lbssearch.object.result
 
WalkingResultObject.Route - Class in com.tencent.lbssearch.object.result
一条路径的类型
water - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult.AddressReference
水系
WayPoint() - Constructor for class com.tencent.lbssearch.object.result.DrivingResultObject.WayPoint
 
waypoints - Variable in class com.tencent.lbssearch.object.result.DrivingResultObject.Route
设置的途经点
weightedData(Collection<WeightedLatLng>) - Method in class com.tencent.map.sdk.utilities.heatmap.HeatMapTileProvider.Builder
设置权重坐标数据
WeightedLatLng - Class in com.tencent.map.sdk.utilities.heatmap
带有权重的坐标
WeightedLatLng(LatLng, double) - Constructor for class com.tencent.map.sdk.utilities.heatmap.WeightedLatLng
创建权重坐标
WeightedLatLng(LatLng) - Constructor for class com.tencent.map.sdk.utilities.heatmap.WeightedLatLng
创建使用默认权重的坐标
WHITE_BLUE - Static variable in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
Deprecated.
WHITE_BLUE - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Colors
 
width(float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置线宽度
world() - Static method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
返回世界边界
WORLD_EAST - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.GeometryConstants
 
WORLD_NORTH - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.GeometryConstants
 
WORLD_SOUTH - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.GeometryConstants
世界经纬度范围
WORLD_WEST - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.GeometryConstants
 
wrap() - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLng
返回一个复制当前数据的新坐标对象
writeToParcel(Parcel, int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
序列化
writeToParcel(Parcel, int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLng
 
writeToParcel(Parcel, int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngBounds
 
writeToParcel(Parcel, int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.LatLngSpan
 
writeToParcel(Parcel, int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
序列化
writeToParcel(Parcel, int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
序列化
writeToParcel(Parcel, int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
序列化

Y

YELLOW - Static variable in interface com.tencent.tencentmap.mapsdk.maps.model.Polyline
Deprecated.
YELLOW - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions.Colors
黄色

Z

zIndex(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.CircleOptions
设置相同显示Level CircleOptions.level(int) 的Circle的堆叠顺序,相同显示level,zIndex越大越靠上显示
zIndex(float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MarkerOptions
设置相同显示Level MarkerOptions.level(int) 的Marker的堆叠顺序,相同显示level,zIndex越大越靠上显示 level优先级大于zIndex
zIndex(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.MaskLayerOptions
设置z轴位置
zIndex(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolygonOptions
设置相同显示Level PolygonOptions.level(int) 的多边形堆叠顺序,相同显示level,zIndex越大越靠上显示 level优先级大于zIndex
zIndex(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.PolylineOptions
设置相同显示Level PolylineOptions.level(int) 的折线堆叠顺序,相同显示level,zIndex越大越靠上显示 level优先级大于zIndex
zIndex(int) - Method in class com.tencent.tencentmap.mapsdk.maps.model.TileOverlayOptions
设置瓦片的绘制层级,该参数只对添加多层 TileOverlay 的情况下有意义。
zoom - Variable in class com.tencent.lbssearch.object.result.SearchResultObject.SearchResultData.Pano
缩放级别
zoom - Variable in class com.tencent.lbssearch.object.result.StreetViewResultObject.Details
放大级别,值大于1小于4。
zoom(float) - Method in class com.tencent.tencentmap.mapsdk.maps.model.CameraPosition.Builder
地图的目标缩放级别
zoom - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CameraPosition
 
ZOOM_POSITION_BOTTOM_LEFT - Static variable in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置地图缩放控件的显示位置:左下角
ZOOM_POSITION_BOTTOM_RIGHT - Static variable in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置地图缩放控件的显示位置:右下角,默认
ZOOM_POSITION_TOP_LEFT - Static variable in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置地图缩放控件的显示位置:左上角
ZOOM_POSITION_TOP_RIGHT - Static variable in class com.tencent.tencentmap.mapsdk.maps.TencentMapOptions
设置地图缩放控件的显示位置:右上角
zoomBy(float) - Static method in class com.tencent.tencentmap.mapsdk.maps.CameraUpdateFactory
在当前的缩放级别下,把缩放级别变化zoomLevelDelta,如果超出了范围,则停止在范围内
zoomBy(float, Point) - Static method in class com.tencent.tencentmap.mapsdk.maps.CameraUpdateFactory
在当前的缩放级别下,把缩放级别变化zoomLevelDelta,如果超出了范围,则停止在范围内 注:因为依赖于MapView的尺寸,所以在onCreate中直接调用会有问题,可以放在OnMapLoadedCallback中调用
ZOOMBY - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
zoomBy_amount - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
ZOOMBY_POINT - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
zoomBy_Point_amount - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
zoomBy_Point_focus - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
zoomIn() - Static method in class com.tencent.tencentmap.mapsdk.maps.CameraUpdateFactory
把地图放大一级 注:执行放zoomIn操作需要获取当前地图状态,如果必须要在onCreate中调用,需要放在OnMapLoadedCallback中执行。
ZOOMIN - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
zoomOut() - Static method in class com.tencent.tencentmap.mapsdk.maps.CameraUpdateFactory
把地图缩小一级 注:执行放zoomOut操作需要获取当前地图状态,如果必须要在onCreate中调用,需要放在OnMapLoadedCallback中执行。
ZOOMOUT - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
zoomTo(float) - Static method in class com.tencent.tencentmap.mapsdk.maps.CameraUpdateFactory
把地图缩放到目标级别
ZOOMTO - Static variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 
zoomTo_zoom - Variable in class com.tencent.tencentmap.mapsdk.maps.model.CamerParameter
 

_

_dir_desc - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult.AddressReference.Area
//此参考位置到输入坐标的方位关系,如:北、南、内
_distance - Variable in class com.tencent.lbssearch.httpresponse.Poi
该POI到逆地址解析传入的坐标的直线距离
_distance - Variable in class com.tencent.lbssearch.object.result.Geo2AddressResultObject.ReverseAddressResult.AddressReference.Area
此参考位置到输入坐标的直线距离
_distance - Variable in class com.tencent.lbssearch.object.result.SuggestionResultObject.SuggestionData
传入location(定位坐标)参数时,返回定位坐标到各POI的距离
A B C D E F G H I J K L M N O P R S T U V W Y Z _ 
Skip navigation links