C# Class NominatimImporter.Activities.UpdatePlaces

Show file Open project: mediahackday/districtsintown

Public Methods

Method Description
With ( IEnumerable places ) : void

Updates a list of Place items with a zip code.

Private Methods

Method Description
GetZipCodeByCoordinates ( double latitude, double longitude ) : string

Method Details

With() public method

Updates a list of Place items with a zip code.
public With ( IEnumerable places ) : void
places IEnumerable The places that should be updated.
return void