public static final class ParkingLot.GateInformation extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<ParkingLot.GateInformation> |
CREATOR
Parcelable creator for this type.
|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(Object o) |
double |
getLatitude()
Gets the parking lot gate location's latitude.
|
double |
getLongitude()
Gets the parking lot gate location's longitude.
|
ParkingLot.GateType |
getType()
Gets the gate type.
|
int |
hashCode() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<ParkingLot.GateInformation> CREATOR
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface Parcelablepublic ParkingLot.GateType getType()
public double getLatitude()
Double.NaN if information is not available.public double getLongitude()
Double.NaN if information is not available.Copyright © 2013-2016 INRIX, Inc. All Rights Reserved.