Package es.situm.sdk.v1
Class SitumConversionArea
java.lang.Object
es.situm.sdk.v1.SitumConversionArea
- All Implemented Interfaces:
android.os.Parcelable
Deprecated.
A rectangular area of a floor defining the conversion area of an event
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final android.os.Parcelable.Creator<SitumConversionArea>Deprecated.Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Constructor Summary
ConstructorsConstructorDescriptionSitumConversionArea(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
Modifier and TypeMethodDescriptionintDeprecated.es.situm.sdk.v1.Point2fDeprecated.es.situm.sdk.v1.Point2fDeprecated.intDeprecated.es.situm.sdk.v1.Point2fDeprecated.es.situm.sdk.v1.Point2fDeprecated.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.toString()Deprecated.voidwriteToParcel(android.os.Parcel dest, int flags) Deprecated.
-
Field Details
-
CREATOR
Deprecated.
-
-
Constructor Details
-
SitumConversionArea
public 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 Details
-
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
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
-
Circle