GoogleGeocoding constructor

GoogleGeocoding(
  1. String apiKey, {
  2. String? language,
  3. Map<String, Object>? headers,
  4. bool preserveHeaderCase = false,
})

Implementation

GoogleGeocoding(
  this.apiKey, {
  this.language,
  this.headers,
  this.preserveHeaderCase = false,
}) : _httpClient = HttpClient();