GeocodingResponse constructor
GeocodingResponse({
- ResponseStatus? status,
- String? errorMessage,
- List<
GeocodingResult> ? results,
Implementation
GeocodingResponse({super.status, super.errorMessage, this.results});