AMapLocationPoint_Batch extension Null safety

on

Properties

refId String?
read-only

Methods

get_latitude_batch() Future<List<double?>>
get_longitude_batch() Future<List<double?>>
set_latitude_batch(List<double> latitude) Future<void>
set_longitude_batch(List<double> longitude) Future<void>

Static Methods

locationWithLatitude_longitude_batch(List<double> lat, List<double> lon) Future<List<AMapLocationPoint?>>