C# Class XamarinEvolveSSLibrary.CheckInAccess

Datei anzeigen Open project: bholmes/XamarinEvolve2013Project

Public Methods

Method Description
CheckInUserAtPlace ( Place place ) : void
GetCheckinInfo ( Place place, List &activeList, List &recentList, int recentLimit ) : void
GetPlaceListNearLocation ( float lat, float lng, int limit ) : PlaceList
GetPopularPlaceList ( int limit ) : PlaceList
GetRecentPlaceList ( int limit ) : PlaceList

Method Details

CheckInUserAtPlace() public abstract method

public abstract CheckInUserAtPlace ( Place place ) : void
place Place
return void

GetCheckinInfo() public abstract method

public abstract GetCheckinInfo ( Place place, List &activeList, List &recentList, int recentLimit ) : void
place Place
activeList List
recentList List
recentLimit int
return void

GetPlaceListNearLocation() public abstract method

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

GetPopularPlaceList() public abstract method

public abstract GetPopularPlaceList ( int limit ) : PlaceList
limit int
return PlaceList

GetRecentPlaceList() public abstract method

public abstract GetRecentPlaceList ( int limit ) : PlaceList
limit int
return PlaceList