Package es.situm.sdk.v1
Class SitumConversionArea
- java.lang.Object
-
- es.situm.sdk.v1.SitumConversionArea
-
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<SitumConversionArea>CREATORDeprecated.
-
Constructor Summary
Constructors Constructor Description SitumConversionArea(es.situm.sdk.v1.Point2f topRight, es.situm.sdk.v1.Point2f topLeft, es.situm.sdk.v1.Point2f bottomLeft, es.situm.sdk.v1.Point2f bottomRight, int floor_id)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intdescribeContents()Deprecated.es.situm.sdk.v1.Point2fgetBottomLeft()Deprecated.es.situm.sdk.v1.Point2fgetBottomRight()Deprecated.intgetFloor_id()Deprecated.es.situm.sdk.v1.Point2fgetTopLeft()Deprecated.es.situm.sdk.v1.Point2fgetTopRight()Deprecated.voidsetBottomLeft(es.situm.sdk.v1.Point2f bottomLeft)Deprecated.voidsetBottomRight(es.situm.sdk.v1.Point2f bottomRight)Deprecated.voidsetFloor_id(int floor_id)Deprecated.voidsetTopLeft(es.situm.sdk.v1.Point2f topLeft)Deprecated.voidsetTopRight(es.situm.sdk.v1.Point2f topRight)Deprecated.StringtoString()Deprecated.voidwriteToParcel(android.os.Parcel dest, int flags)Deprecated.
-
-
-
Field Detail
-
CREATOR
public static final android.os.Parcelable.Creator<SitumConversionArea> CREATOR
Deprecated.
-
-
Method Detail
-
getTopRight
public es.situm.sdk.v1.Point2f getTopRight()
Deprecated.
-
setTopRight
public void setTopRight(es.situm.sdk.v1.Point2f topRight)
Deprecated.
-
getTopLeft
public es.situm.sdk.v1.Point2f getTopLeft()
Deprecated.
-
setTopLeft
public void setTopLeft(es.situm.sdk.v1.Point2f topLeft)
Deprecated.
-
getBottomLeft
public es.situm.sdk.v1.Point2f getBottomLeft()
Deprecated.
-
setBottomLeft
public void setBottomLeft(es.situm.sdk.v1.Point2f bottomLeft)
Deprecated.
-
getBottomRight
public es.situm.sdk.v1.Point2f getBottomRight()
Deprecated.
-
setBottomRight
public void setBottomRight(es.situm.sdk.v1.Point2f bottomRight)
Deprecated.
-
getFloor_id
public int getFloor_id()
Deprecated.
-
setFloor_id
public void setFloor_id(int floor_id)
Deprecated.
-
describeContents
public int describeContents()
Deprecated.- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags)Deprecated.- Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
-