C# Class XamarinEvolveSSLibrary.PlaceList

Afficher le fichier Open project: bholmes/XamarinEvolve2013Project Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddIfNew ( Place newPlace ) : Place
newPlace Place
Résultat Place

Delete() public méthode

public Delete ( Place palceToDelete ) : void
palceToDelete Place
Résultat void

PlaceList() public méthode

public PlaceList ( ) : System
Résultat System

PlaceList() public méthode

public PlaceList ( List list ) : System
list List
Résultat System

SortByDistance() public méthode

public SortByDistance ( float lat, float lng, int limit ) : PlaceList
lat float
lng float
limit int
Résultat PlaceList

this() public méthode

public this ( int index ) : Place
index int
Résultat Place