Example #1
0
 public GooglePlaceNearbySearchInput Create(Location location, int radius, GooglePlaceType type)
 {
     return(new GooglePlaceNearbySearchInput(location, radius, type, LanguageType.Pl));
 }