public class IALatLngFloor extends IALatLng implements IALatLngFloorCompatible, android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<IALatLngFloor> |
CREATOR |
int |
floor
Floor number
|
| Modifier | Constructor and Description |
|---|---|
|
IALatLngFloor(double latitude,
double longitude,
int floor) |
|
IALatLngFloor(IALatLng latLng,
int floor) |
protected |
IALatLngFloor(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
IALatLngFloor |
getLatLngFloor() |
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public final int floor
public static final android.os.Parcelable.Creator<IALatLngFloor> CREATOR
public IALatLngFloor(IALatLng latLng, int floor)
public IALatLngFloor(double latitude,
double longitude,
int floor)
protected IALatLngFloor(android.os.Parcel in)
public void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.ParcelablewriteToParcel in class IALatLngpublic int describeContents()
describeContents in interface android.os.ParcelabledescribeContents in class IALatLngpublic IALatLngFloor getLatLngFloor()
getLatLngFloor in interface IALatLngFloorCompatible