protected virtual Collection <Feature> SearchPlacesCore(string inputAddress, Layer layerToSearch) { return(SearchPlaceTool.SearchPlaces(inputAddress, layerToSearch)); }
public Collection <Feature> SearchPlaces(string inputAddress, Layer layerToSearch) { return(SearchPlaceTool.SearchPlaces(inputAddress, layerToSearch)); }