临时禁用BusinessAreaInfo
This commit is contained in:
@@ -178,18 +178,18 @@ type RoadInfo struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type AddressComponentInfo struct {
|
type AddressComponentInfo struct {
|
||||||
Adcode string `json:"adcode"`
|
Adcode string `json:"adcode"`
|
||||||
Building *BuildingOrNeighborInfo `json:"building"`
|
Building *BuildingOrNeighborInfo `json:"building"`
|
||||||
BusinessAreas []*BusinessAreaInfo `json:"businessAreas"`
|
// BusinessAreas []*BusinessAreaInfo `json:"businessAreas"`
|
||||||
City string `json:"city"`
|
City string `json:"city"`
|
||||||
Citycode string `json:"citycode"`
|
Citycode string `json:"citycode"`
|
||||||
Country string `json:"country"`
|
Country string `json:"country"`
|
||||||
District string `json:"district"`
|
District string `json:"district"`
|
||||||
Neighborhood *BuildingOrNeighborInfo `json:"neighborhood"`
|
Neighborhood *BuildingOrNeighborInfo `json:"neighborhood"`
|
||||||
Province string `json:"province"`
|
Province string `json:"province"`
|
||||||
StreetNumber *StreetNumberInfo `json:"streetNumber"`
|
StreetNumber *StreetNumberInfo `json:"streetNumber"`
|
||||||
Towncode string `json:"towncode"`
|
Towncode string `json:"towncode"`
|
||||||
Township string `json:"township"`
|
Township string `json:"township"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type RegeoCodeInfo struct {
|
type RegeoCodeInfo struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user