menu
amap_webservice package
documentation
amap_webservice.dart
SearchPoiResponse
SearchPoiResponse.new const constructor
SearchPoiResponse.new const constructor
dark_mode
light_mode
SearchPoiResponse
constructor
const
SearchPoiResponse
(
{
String
?
status
,
String
?
info
,
String
?
infoCode
,
String
?
count
,
List
<
Poi
>
?
pois
,
})
Implementation
const SearchPoiResponse({ this.status, this.info, this.infoCode, this.count, this.pois, });
amap_webservice package
documentation
amap_webservice
SearchPoiResponse
SearchPoiResponse.new const constructor
SearchPoiResponse class