public class NavigationLocationData
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<NavigationLocationData> |
CREATOR |
| Constructor and Description |
|---|
NavigationLocationData(android.location.Location[] locationsBefore,
android.location.Location[] locationsAfter) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<NavigationLocationData> CREATOR