AMapGeoFenceLatLngModel constructor

AMapGeoFenceLatLngModel({
  1. required String keyword,
  2. required String poiType,
  3. required double aroundRadius,
  4. required int size,
  5. required LatLng latLng,
  6. required String customID,
})

Implementation

AMapGeoFenceLatLngModel({
  required this.keyword,
  required this.poiType,
  required this.aroundRadius,
  required this.size,
  required this.latLng,
  required this.customID,
});