예제 #1
0
 public PlacesGeocode()
 {
     this.authConfig   = new PlacesConfig();
     this.httpProvider = new PlacesHttpProvider(authConfig);
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PlacesAutocomplete"/> class.
 /// </summary>
 /// <param name="apikey"> The google api key. </param>
 public PlacesAutocomplete()
 {
     this.authConfig   = new PlacesConfig();
     this.httpProvider = new PlacesHttpProvider(authConfig);
 }