Exemplo n.º 1
0
 protected virtual Collection <Feature> SearchPlacesCore(string inputAddress, Layer layerToSearch)
 {
     return(SearchPlaceTool.SearchPlaces(inputAddress, layerToSearch));
 }
Exemplo n.º 2
0
 public Collection <Feature> SearchPlaces(string inputAddress, Layer layerToSearch)
 {
     return(SearchPlaceTool.SearchPlaces(inputAddress, layerToSearch));
 }