GoogleGeocoding constructor

GoogleGeocoding(
  1. String apiKey, {
  2. String? language,
})

Implementation

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