AddressService constructor
AddressService()
Implementation
AddressService(this.sessionToken, this.mapsApiKey, this.componentCountry,
this.language) {
apiClient =
PlaceApiProvider(sessionToken, mapsApiKey, componentCountry, language);
}