C# Class NominatimImporter.Activities.RetrievePlaces

显示文件 Open project: mediahackday/districtsintown

Public Methods

Method Description
Narrowed ( string startsWith ) : IEnumerable

Gets a narrowed list of Place items that starts with the specified expression.

Method Details

Narrowed() public method

Gets a narrowed list of Place items that starts with the specified expression.
public Narrowed ( string startsWith ) : IEnumerable
startsWith string The search criteria.
return IEnumerable