AMapLocationPoint_Batch extension Null safety
- on
Properties
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?> >