C# 클래스 XamarinEvolveSSLibrary.PlaceList

파일 보기 프로젝트 열기: bholmes/XamarinEvolve2013Project 1 사용 예제들

공개 메소드들

메소드 설명
AddIfNew ( Place newPlace ) : Place
Delete ( Place palceToDelete ) : void
PlaceList ( ) : System
PlaceList ( List list ) : System
SortByDistance ( float lat, float lng, int limit ) : PlaceList
this ( int index ) : Place

메소드 상세

AddIfNew() 공개 메소드

public AddIfNew ( Place newPlace ) : Place
newPlace Place
리턴 Place

Delete() 공개 메소드

public Delete ( Place palceToDelete ) : void
palceToDelete Place
리턴 void

PlaceList() 공개 메소드

public PlaceList ( ) : System
리턴 System

PlaceList() 공개 메소드

public PlaceList ( List list ) : System
list List
리턴 System

SortByDistance() 공개 메소드

public SortByDistance ( float lat, float lng, int limit ) : PlaceList
lat float
lng float
limit int
리턴 PlaceList

this() 공개 메소드

public this ( int index ) : Place
index int
리턴 Place