行政区域信息查询结果

interface DistrictResult {
    centerPt?: null | LatLng;
    polylines?: LatLng[][];
    cityCode?: number;
    cityName?: null | string;
    error?: ERRORNO;
    status?: number;
}

Hierarchy (view full)

Properties

centerPt?: null | LatLng

行政区域中心点

polylines?: LatLng[][]

行政区域边界坐标点

cityCode?: number

行政区域编码

cityName?: null | string

行政区域名称

error?: ERRORNO

检索结果错误码, 各错误值见ERRORNO

status?: number