LocationSearchBulkSearch Method (LocationSearchBaseArgs) |
Namespace: Telogis.GeoBase.Geocoding
var bulkArgs = new[] { new LocationSearchArgs { Query = "20 enterprise, aliso viejo", Countries = new Country[] { Country.USA }, } }; LocationSearchResult[] results = LocationSearch.BulkSearch(bulkArgs); Console.WriteLine(results[0].Suggestions[0]);