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(Object o)
Deprecated.
|
int |
getFloor()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
void |
writeToParcel(android.os.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(android.os.Parcel dest, int flags)
public int describeContents()
public int getFloor()
public String toString()
public boolean equals(Object o)
public int hashCode()