File tree Expand file tree Collapse file tree 1 file changed +14
-30
lines changed Expand file tree Collapse file tree 1 file changed +14
-30
lines changed Original file line number Diff line number Diff line change @@ -97,8 +97,6 @@ declare namespace AMap {
97
97
*/
98
98
interface ReGeocoderResult {
99
99
info : string
100
- status : string
101
- count : string
102
100
geocode : {
103
101
formatted_address : string
104
102
country : string
@@ -123,40 +121,26 @@ declare namespace AMap {
123
121
*/
124
122
interface ReverseGeocodeResult {
125
123
info : string
126
- infocode : string
127
- status : string
128
124
regeocode : {
129
- formatted_address : string
125
+ formattedAddress : string
130
126
addressComponent : {
131
- city : any [ ]
132
- province : string
133
127
adcode : string
128
+ building : string
129
+ buildingType : string
130
+ businessAreas : Array < BusinessArea >
131
+ city : string
132
+ citycode : string
134
133
district : string
135
- towncode : string
136
- streetNumber : {
137
- number : string
138
- location : string
139
- direction : string
140
- distance : string
141
- street : string
142
- }
143
- country : string
134
+ neighborhood : string
135
+ neighborhoodType : string
136
+ province : string
137
+ street : string
138
+ streetNumber : string
144
139
township : string
145
- businessAreas : {
146
- location : string
147
- name : string
148
- id : string
149
- } [ ]
150
- building : {
151
- name : any [ ]
152
- type : any [ ]
153
- }
154
- neighborhood : {
155
- name : any [ ]
156
- type : any [ ]
157
- }
158
- citycode : string
159
140
}
141
+ crosses : Array < any >
142
+ pois : Array < any >
143
+ roads : Array < any >
160
144
}
161
145
}
162
146
You can’t perform that action at this time.
0 commit comments