#import <AMapNaviCommonObj.h>
|
| NSString * | mid |
| | POI的唯一标识符: 必传 Unique identifier of POI: mandatory. More...
|
| |
| NSString * | name |
| | POI的名称 :必传 POI name: required. More...
|
| |
| AMapNaviPoint * | location |
| | POI的地理位置坐标,通常表示为经纬度字符串; 必传 The geographic coordinates of a POI, usually expressed as latitude and longitude strings; mandatory. More...
|
| |
| NSString * | district |
| | POI所在地区的名称 Name of the region where the POI is located. More...
|
| |
| NSString * | adcode |
| | POI的行政区划编码 Administrative division code of POI. More...
|
| |
| NSString * | address |
| | POI的详细地址信息 Detailed address information of POI. More...
|
| |
| NSString * | typecode |
| |
AMapNaviInputTip类 用于表示输入提示 返回数据类型
- Since
- 10.0.921 The AMapNaviInputTip class is used to represent input suggestions and return data types.
-
10.0.921
◆ adcode
POI的行政区划编码 Administrative division code of POI.
◆ address
POI的详细地址信息 Detailed address information of POI.
◆ district
POI所在地区的名称 Name of the region where the POI is located.
◆ location
POI的地理位置坐标,通常表示为经纬度字符串; 必传 The geographic coordinates of a POI, usually expressed as latitude and longitude strings; mandatory.
◆ mid
POI的唯一标识符: 必传 Unique identifier of POI: mandatory.
◆ name
POI的名称 :必传 POI name: required.
◆ typecode
POI的类型编码,用于表示该地点的类型(如餐馆、商店等) POI type code, used to indicate the type of the location (such as restaurants, shops, etc.)
The documentation for this class was generated from the following file: