C# Class XamarinEvolveSSLibrary.PlaceList

Mostra file Open project: bholmes/XamarinEvolve2013Project Class Usage Examples

Public Methods

Method Description
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

Method Details

AddIfNew() public method

public AddIfNew ( Place newPlace ) : Place
newPlace Place
return Place

Delete() public method

public Delete ( Place palceToDelete ) : void
palceToDelete Place
return void

PlaceList() public method

public PlaceList ( ) : System
return System

PlaceList() public method

public PlaceList ( List list ) : System
list List
return System

SortByDistance() public method

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

this() public method

public this ( int index ) : Place
index int
return Place