public class CarpoolRequest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CarpoolRequest.CarpoolInterface |
| Constructor and Description |
|---|
CarpoolRequest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
fetchCarpoolsOnRoute(android.content.Context ctx,
android.location.Location fromLoc,
android.location.Location toLoc,
java.lang.String fromName,
java.lang.String toName,
CarpoolRequest.CarpoolInterface carpoolInterface) |
static void |
fetchLatestCarpools(java.lang.Boolean bool) |
static void |
fetchNearbyCarpools(android.content.Context ctx,
android.location.Location loc,
CarpoolRequest.CarpoolInterface carpoolInterface) |
static void |
fetchUsersTravellingRightNow() |
public static void fetchLatestCarpools(java.lang.Boolean bool)
public static void fetchNearbyCarpools(android.content.Context ctx,
android.location.Location loc,
CarpoolRequest.CarpoolInterface carpoolInterface)
public static void fetchCarpoolsOnRoute(android.content.Context ctx,
android.location.Location fromLoc,
android.location.Location toLoc,
java.lang.String fromName,
java.lang.String toName,
CarpoolRequest.CarpoolInterface carpoolInterface)
public static void fetchUsersTravellingRightNow()