Class IALatLngFloor
- java.lang.Object
-
- com.indooratlas.android.sdk.resources.IALatLng
-
- com.indooratlas.android.sdk.resources.IALatLngFloor
-
- All Implemented Interfaces:
Parcelable
,IALatLngFloorCompatible
public class IALatLngFloor extends IALatLng implements IALatLngFloorCompatible, Parcelable
Data object that holds location's latitude, longitude (degrees) and floor number
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static Parcelable.Creator<IALatLngFloor>
CREATOR
int
floor
Floor number-
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
-
Constructor Summary
Constructors Modifier Constructor Description IALatLngFloor(double latitude, double longitude, int floor)
protected
IALatLngFloor(Parcel in)
IALatLngFloor(IALatLng latLng, int floor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
describeContents()
boolean
equals(Object o)
IALatLngFloor
getLatLngFloor()
int
hashCode()
String
toString()
void
writeToParcel(Parcel dest, int flags)
-
-
-
Field Detail
-
floor
public final int floor
Floor number
-
CREATOR
public static final Parcelable.Creator<IALatLngFloor> CREATOR
-
-
Method Detail
-
writeToParcel
public void writeToParcel(Parcel dest, int flags)
- Specified by:
writeToParcel
in interfaceParcelable
- Overrides:
writeToParcel
in classIALatLng
-
describeContents
public int describeContents()
- Specified by:
describeContents
in interfaceParcelable
- Overrides:
describeContents
in classIALatLng
-
getLatLngFloor
public IALatLngFloor getLatLngFloor()
- Specified by:
getLatLngFloor
in interfaceIALatLngFloorCompatible
-
-