AMapLocationPOIItem_Batch extension Null safety

on

Properties

refId String?
read-only

Methods

get_address_batch() Future<List<String?>>
get_city_batch() Future<List<String?>>
get_district_batch() Future<List<String?>>
get_location_batch() Future<List<AMapLocationPoint?>>
get_name_batch() Future<List<String?>>
get_pId_batch() Future<List<String?>>
get_province_batch() Future<List<String?>>
get_tel_batch() Future<List<String?>>
get_type_batch() Future<List<String?>>
get_typeCode_batch() Future<List<String?>>
set_address_batch(List<String> address) Future<void>
set_city_batch(List<String> city) Future<void>
set_district_batch(List<String> district) Future<void>
set_location_batch(List<AMapLocationPoint> location) Future<void>
set_name_batch(List<String> name) Future<void>
set_pId_batch(List<String> pId) Future<void>
set_province_batch(List<String> province) Future<void>
set_tel_batch(List<String> tel) Future<void>
set_type_batch(List<String> type) Future<void>
set_typeCode_batch(List<String> typeCode) Future<void>