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(android.content.Context ctx,
CarpoolRequest.CarpoolInterface carpoolInterface) |
static void |
fetchNearbyCarpools(android.content.Context ctx,
android.location.Location loc,
CarpoolRequest.CarpoolInterface carpoolInterface) |
static void |
fetchUsersTravellingRightNow(android.content.Context ctx,
android.location.Location loc,
CarpoolRequest.CarpoolInterface carpoolInterface) |
public static void fetchLatestCarpools(android.content.Context ctx,
CarpoolRequest.CarpoolInterface carpoolInterface)
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(android.content.Context ctx,
android.location.Location loc,
CarpoolRequest.CarpoolInterface carpoolInterface)