BatchGeocodingResponse constructor

BatchGeocodingResponse({
  1. required List<GeocodingResponseV6> batch,
})

Implementation

BatchGeocodingResponse({required this.batch});