Method | Description | |
---|---|---|
CheckInUserAtPlace ( |
||
GetCheckinInfo ( |
||
GetPlaceListNearLocation ( float lat, float lng, int limit ) : |
||
GetPopularPlaceList ( int limit ) : |
||
GetRecentPlaceList ( int limit ) : PlaceList |
public abstract CheckInUserAtPlace ( |
||
place | ||
return | void |
public abstract GetCheckinInfo ( |
||
place | ||
activeList | List |
|
recentList | List |
|
recentLimit | int | |
return | void |
public abstract GetPlaceListNearLocation ( float lat, float lng, int limit ) : |
||
lat | float | |
lng | float | |
limit | int | |
return |
public abstract GetPopularPlaceList ( int limit ) : |
||
limit | int | |
return |
public abstract GetRecentPlaceList ( int limit ) : PlaceList | ||
limit | int | |
return | PlaceList |