Azavea.Open.Geocoding.Google.GoogleGeocoder.GoogleGeocoder C# (CSharp) Method

GoogleGeocoder() public method

Constructor for the Google geocoder source.
public GoogleGeocoder ( Config config, string component ) : System
config Azavea.Open.Common.Config The config to use to construct the Google geocoder.
component string The component in the config in which to look for /// the configuration parameters.
return System
        public GoogleGeocoder(Config config, string component)
            : base(config, component)
        {
            _authKey = config.GetParameter(component, "GoogleApiKey");
        }