Package es.situm.sdk.v1
Class SitumConversionArea
- java.lang.Object
-
- es.situm.sdk.v1.SitumConversionArea
-
- All Implemented Interfaces:
android.os.Parcelable
public class SitumConversionArea extends java.lang.Object implements android.os.Parcelable
Deprecated.UseCircle
A rectangular area of a floor defining the conversion area of an event
-
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<SitumConversionArea>
CREATOR
Deprecated.
-
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 int
describeContents()
Deprecated.es.situm.sdk.v1.Point2f
getBottomLeft()
Deprecated.es.situm.sdk.v1.Point2f
getBottomRight()
Deprecated.int
getFloor_id()
Deprecated.es.situm.sdk.v1.Point2f
getTopLeft()
Deprecated.es.situm.sdk.v1.Point2f
getTopRight()
Deprecated.void
setBottomLeft(es.situm.sdk.v1.Point2f bottomLeft)
Deprecated.void
setBottomRight(es.situm.sdk.v1.Point2f bottomRight)
Deprecated.void
setFloor_id(int floor_id)
Deprecated.void
setTopLeft(es.situm.sdk.v1.Point2f topLeft)
Deprecated.void
setTopRight(es.situm.sdk.v1.Point2f topRight)
Deprecated.java.lang.String
toString()
Deprecated.void
writeToParcel(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.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
-
describeContents
public int describeContents()
Deprecated.- Specified by:
describeContents
in interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags)
Deprecated.- Specified by:
writeToParcel
in interfaceandroid.os.Parcelable
-
-