C# Класс NominatimImporter.Activities.UpdatePlaces

Показать файл Открыть проект

Открытые методы

Метод Описание
With ( IEnumerable places ) : void

Updates a list of Place items with a zip code.

Приватные методы

Метод Описание
GetZipCodeByCoordinates ( double latitude, double longitude ) : string

Описание методов

With() публичный Метод

Updates a list of Place items with a zip code.
public With ( IEnumerable places ) : void
places IEnumerable The places that should be updated.
Результат void