C# 클래스 NominatimImporter.Activities.UpdatePlaces

파일 보기 프로젝트 열기: mediahackday/districtsintown

공개 메소드들

메소드 설명
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