C# Class NominatimImporter.Activities.UpdatePlaces

Afficher le fichier Open project: mediahackday/districtsintown

Méthodes publiques

Méthode Description
With ( IEnumerable places ) : void

Updates a list of Place items with a zip code.

Private Methods

Méthode Description
GetZipCodeByCoordinates ( double latitude, double longitude ) : string

Method Details

With() public méthode

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