GoogleGeocoding constructor

GoogleGeocoding(
  1. String apiKEY
)

Implementation

GoogleGeocoding(this.apiKEY) {
  this.geocoding = Geocoding(apiKEY);
}