- getAccuracy() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的精度.
- getAddress() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的地址.
- getAddress() - 接口 中的方法com.tencent.map.geolocation.TencentPoi
-
返回当前 POI 的地址.
- getAltitude() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的海拔, 单位为m(米), 仅当位置来自GPS时可能有效.
- getAreaStat() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的行政区划.
- getBearing() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置方向, 单位为度, 仅当位置来自GPS时可能有效.
- getBuild() - 类 中的方法com.tencent.map.geolocation.TencentLocationManager
-
- getCatalog() - 接口 中的方法com.tencent.map.geolocation.TencentPoi
-
返回当前 POI 的类别.
- getCity() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的城市.
- getCityCode() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的城市编码.
- getCityPhoneCode() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的城市固话编码.
- getCoordinateType() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前坐标系,设置为GCJ02坐标系时,大陆返回的为GCJ02,大陆之外返回WGS84。
- getCoordinateType() - 类 中的方法com.tencent.map.geolocation.TencentLocationManager
-
获取当前使用的坐标系.
- getDirection() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回方向,仅来自传感器方向,如果是gps,则直接获取gps方向
- getDirection() - 接口 中的方法com.tencent.map.geolocation.TencentPoi
-
返回与当前位置(定位中心点)的方向关系.
- getDistance() - 接口 中的方法com.tencent.map.geolocation.TencentPoi
-
返回当前 POI 跟当前位置的距离, 单位为 m(米).
- getDistrict() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的区县.
- getDuration() - 类 中的方法com.tencent.map.geolocation.TencentGeofence
-
返回有效期, 单位为 ms(毫秒).
- getElapsedRealtime() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的生成时间(从设备启动时开始算起).
- getExpireAt() - 类 中的方法com.tencent.map.geolocation.TencentGeofence
-
返回过期时间, 过期时间 = 有效期 + SystemClock.elapsedRealtime()
- getExtra() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置相关的某些其他信息, 某个特定的字符串为 key.
- getExtras() - 类 中的方法com.tencent.map.geolocation.TencentLocationRequest
-
返回 Extra 信息.
- getGPSRssi() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回GPS信号强度,仅当provider为gps时可用
- getIndoorBuildingFloor() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回室内定位楼层信息,目前只在腾讯支持室内定位的地方有返回,默认1000
- getIndoorBuildingId() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回室内定位建筑物ID信息,目前只在腾讯支持室内定位的地方有返回,默认null
- getIndoorLocationType() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回室内定位类型,目前仅当室内定位有效时有意义,开发者默认不需要关注
- getInstance(Context) - 类 中的静态方法com.tencent.map.geolocation.TencentLocationManager
-
获取腾讯定位服务实例,该方法需要在带有looper的线程调用,SDK会保证无耗时操作并立即返回。
- getInterval() - 类 中的方法com.tencent.map.geolocation.TencentLocationRequest
-
返回定位周期(位置监听器回调周期), 单位为ms(毫秒).
- getKey() - 类 中的静态方法com.tencent.map.geolocation.TencentLocationManagerOptions
-
获取已设置的key, 未设置时返回 "".
- getLastKnownLocation() - 类 中的方法com.tencent.map.geolocation.TencentLocationManager
-
返回最近一次的位置, 可能为 null.
- getLatitude() - 类 中的方法com.tencent.map.geolocation.TencentGeofence
-
返回纬度.
- getLatitude() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的纬度.
- getLatitude() - 接口 中的方法com.tencent.map.geolocation.TencentPoi
-
返回当前 POI 的纬度.
- getLongitude() - 类 中的方法com.tencent.map.geolocation.TencentGeofence
-
返回经度.
- getLongitude() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的经度.
- getLongitude() - 接口 中的方法com.tencent.map.geolocation.TencentPoi
-
返回当前 POI 的经度.
- getName() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的名称.
- getName() - 接口 中的方法com.tencent.map.geolocation.TencentPoi
-
返回当前 POI 的名称.
- getNation() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的国家.
- getPhoneNumber() - 类 中的方法com.tencent.map.geolocation.TencentLocationRequest
-
返回电话号码
- getPoiList() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置周围的 POI.
- getProvider() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的来源.
- getProvince() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的省份.
- getQQ() - 类 中的方法com.tencent.map.geolocation.TencentLocationRequest
-
返回QQ号.
- getRadius() - 类 中的方法com.tencent.map.geolocation.TencentGeofence
-
返回半径, 单位为 m(米).
- getRequestLevel() - 类 中的方法com.tencent.map.geolocation.TencentLocationRequest
-
返回定位的request level.
- getSmallAppKey() - 类 中的方法com.tencent.map.geolocation.TencentLocationRequest
-
返回小程序key.
- getSpeed() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回移动速度, 单位为m/s (米/秒), 仅当位置来自GPS时可能有效.
- getStreet() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的街道.
- getStreetNo() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的街道编号.
- getTag() - 类 中的方法com.tencent.map.geolocation.TencentGeofence
-
返回唯一标识.
- getTime() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的生成时间.
- getTown() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的乡镇.
- getUid() - 接口 中的方法com.tencent.map.geolocation.TencentPoi
-
返回当前 POI 的 uid.
- getVersion() - 类 中的方法com.tencent.map.geolocation.TencentLocationManager
-
- getVillage() - 接口 中的方法com.tencent.map.geolocation.TencentLocation
-
返回当前位置的村.
- GPS - 接口 中的静态变量com.tencent.map.geolocation.TencentLocationListener
-
设备名, GPS.
- GPS_PROVIDER - 接口 中的静态变量com.tencent.map.geolocation.TencentLocation
-
位置来源, GPS location provider.