PoiItem constructor
PoiItem({
- String? adCode,
- String? adName,
- String? businessArea,
- String? cityCode,
- String? cityName,
- String? direction,
- int? distance,
- String? email,
- IndoorData? indoorData,
- bool? isIndoorMap,
- LatLng? latLonPoint,
- LatLng? enter,
- LatLng? exit,
- String? parkingType,
- List<
Photo> ? photos, - PoiExtension? poiExtension,
- String? poiId,
- String? postcode,
- String? provinceCode,
- String? provinceName,
- String? shopID,
- String? snippet,
- List<
SubPoiItem> ? subPois, - String? tel,
- String? title,
- String? typeCode,
- String? typeDes,
- String? website,
- String? gridCode,
Implementation
PoiItem({
this.adCode,
this.adName,
this.businessArea,
this.cityCode,
this.cityName,
this.direction,
this.distance,
this.email,
this.indoorData,
this.isIndoorMap,
this.latLonPoint,
this.enter,
this.exit,
this.parkingType,
this.photos,
this.poiExtension,
this.poiId,
this.postcode,
this.provinceCode,
this.provinceName,
this.shopID,
this.snippet,
this.subPois,
this.tel,
this.title,
this.typeCode,
this.typeDes,
this.website,
this.gridCode,
});