Poi
instead. To distinguish between indoor and outdoor pois, use Poi.isOutdoor()
and Poi.isIndoor()
@Deprecated public class SitumIndoorPOI extends SitumPOI
SitumPOI.CUSTOM_FIELDS_IDS
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR
Deprecated.
use
Poi instead |
Constructor and Description |
---|
SitumIndoorPOI()
Deprecated.
use
Poi instead |
SitumIndoorPOI(Poi wrapped)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<SitumPOI> |
filterByLevelId(java.util.List<SitumIndoorPOI> indoorPois,
int levelid)
Deprecated.
there is no replacement
|
static java.util.List<SitumIndoorPOI> |
filterByType(java.lang.String type,
java.util.List<SitumIndoorPOI> pois)
Deprecated.
there is no replacement
|
java.lang.String |
getCustomId()
Deprecated.
Not used
|
int |
getLevelId()
Deprecated.
Obtain the level Id of one
SitumLevel where this indoor POI is located
physically. |
static SitumFloorPoint |
getMainEntrance(java.util.List<SitumIndoorPOI> indoorPois)
Deprecated.
there is no replacement
|
float |
getRadius()
Deprecated.
Not used
|
double |
getX()
Deprecated.
use
Poi.getCartesianCoordinate() instead |
double |
getY()
Deprecated.
use
Poi.getCartesianCoordinate() instead |
boolean |
isHasShifts()
Deprecated.
Not used
|
describeContents, equals, getBuildingId, getCategory, getCustomFields, getDescription, getHtmldescription, getId, getName, getType, getTypeId, getWrapped, hashCode, toString, writeToParcel
@Deprecated public static final <any> CREATOR
Poi
instead@Deprecated public SitumIndoorPOI()
Poi
instead@Deprecated public SitumIndoorPOI(Poi wrapped)
@Deprecated public static java.util.List<SitumPOI> filterByLevelId(java.util.List<SitumIndoorPOI> indoorPois, int levelid)
indoorPois
- List of indoorPOIs to search for pois in one levellevelid
- Level id to search for indoor pois@Deprecated public static SitumFloorPoint getMainEntrance(java.util.List<SitumIndoorPOI> indoorPois)
null
if the building doesn't has specified the main entrance in the dashboard.
If the building have one or more main entrances, then this method return the first of all.
indoorPois
- List of indoorPOIs to search for the main entrance@Deprecated public static java.util.List<SitumIndoorPOI> filterByType(java.lang.String type, java.util.List<SitumIndoorPOI> pois)
type
- name of indoor poi type to be selectedpois
- List of indoor pois to search for the type@Deprecated public double getX()
Poi.getCartesianCoordinate()
insteadx
coordinate of this indoor POI in meters@Deprecated public double getY()
Poi.getCartesianCoordinate()
insteady
coordinate of this indoor POI in meterspublic int getLevelId()
SitumLevel
where this indoor POI is located
physically. This level Id is not the real level number. For more info see
SitumLevel.getLevelId()
@Deprecated public float getRadius()
@Deprecated public java.lang.String getCustomId()
@Deprecated public boolean isHasShifts()