Point instead@Deprecated
public class SitumFloorPoint
extends Point2f
| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR
Deprecated.
|
| Constructor and Description |
|---|
SitumFloorPoint(double x,
double y,
int floorId)
Deprecated.
|
SitumFloorPoint(float x,
float y,
int floorId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
int |
getFloor()
Deprecated.
|
int |
hashCode()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
void |
writeToParcel(Parcel dest,
int flags)
Deprecated.
|
public SitumFloorPoint(float x,
float y,
int floorId)
x - value of x in metric coordinatesy - value of y in metric coordinatesfloorId - level Idpublic SitumFloorPoint(double x,
double y,
int floorId)
public void writeToParcel(Parcel dest,
int flags)
public int describeContents()
public int getFloor()
public java.lang.String toString()
public boolean equals(java.lang.Object o)
public int hashCode()