BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
属性 | 所有成员列表
BMKWeatherSearchOption类 参考

#include <BMKWeatherSearchOption.h>

类 BMKWeatherSearchOption 继承关系图:

属性

NSString * districtID
 必选。区县的行政区划编码,和location二选一
 
CLLocationCoordinate2D location
 必选。经纬度,高级字段,需要申请高级权限
 
BMKWeatherServerType serverType
 可选。天气服务类型,默认国内
 
BMKWeatherDataType dataType
 可选。请求数据类型,默认:BMKWeatherDataTypeNow
 
BMKLanguageType languageType
 可选。语言类型,默认中文。目前仅支持海外天气服务行政区划显示英文。
 

详细描述

开通高级权限: http://lbsyun.baidu.com/apiconsole/fankui#?typeOne=产品需求&typeTwo=高级服务 国内行政区域编码表:https://mapopen-website-wiki.cdn.bcebos.com/cityList/weather_district_id.csv 海外行政区域编码表:https://mapopen-website-wiki.cdn.bcebos.com/cityList/weather_aboard_district_id.xlsx 天气取值对照表:https://mapopen-website-wiki.cdn.bcebos.com/cityList/百度地图天气取值对照表(0410).xlsx

属性说明

◆ dataType

- (BMKWeatherDataType) dataType
readwritenonatomicassign

可选。请求数据类型,默认:BMKWeatherDataTypeNow

◆ districtID

- (NSString*) districtID
readwritenonatomiccopy

必选。区县的行政区划编码,和location二选一

◆ languageType

- (BMKLanguageType) languageType
readwritenonatomicassign

可选。语言类型,默认中文。目前仅支持海外天气服务行政区划显示英文。

◆ location

- (CLLocationCoordinate2D) location
readwritenonatomicassign

必选。经纬度,高级字段,需要申请高级权限

◆ serverType

- (BMKWeatherServerType) serverType
readwritenonatomicassign

可选。天气服务类型,默认国内


该类的文档由以下文件生成: