diff --git a/platformapi/autonavi/autonavi.go b/platformapi/autonavi/autonavi.go index a1e6f89e..65894fd2 100644 --- a/platformapi/autonavi/autonavi.go +++ b/platformapi/autonavi/autonavi.go @@ -178,18 +178,18 @@ type RoadInfo struct { } type AddressComponentInfo struct { - Adcode string `json:"adcode"` - Building *BuildingOrNeighborInfo `json:"building"` - BusinessAreas []*BusinessAreaInfo `json:"businessAreas"` - City string `json:"city"` - Citycode string `json:"citycode"` - Country string `json:"country"` - District string `json:"district"` - Neighborhood *BuildingOrNeighborInfo `json:"neighborhood"` - Province string `json:"province"` - StreetNumber *StreetNumberInfo `json:"streetNumber"` - Towncode string `json:"towncode"` - Township string `json:"township"` + Adcode string `json:"adcode"` + Building *BuildingOrNeighborInfo `json:"building"` + // BusinessAreas []*BusinessAreaInfo `json:"businessAreas"` + City string `json:"city"` + Citycode string `json:"citycode"` + Country string `json:"country"` + District string `json:"district"` + Neighborhood *BuildingOrNeighborInfo `json:"neighborhood"` + Province string `json:"province"` + StreetNumber *StreetNumberInfo `json:"streetNumber"` + Towncode string `json:"towncode"` + Township string `json:"township"` } type RegeoCodeInfo struct {