-
- All Implemented Interfaces:
public class MappedBeacon extends Feature
Represents the information for the beacon
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
MappedBeacon.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Integer
minor
private final Integer
major
private final String
uuid
private final Boolean
isEnabled
private final String
name
private String
id
private final String
eid
private final String
typeCode
private final Geometry
geometry
private final BoundingBox
boundingBox
private final Map<String, Object>
attributes
private final Map<String, Object>
extraData
private final Location
location
-
Method Summary
Modifier and Type Method Description Integer
getMinor()
Beacon's minor Integer
getMajor()
Beacon's major String
getUuid()
Beacon's major Boolean
getIsEnabled()
Beacon's x position String
getName()
Beacon's x position final String
getId()
final Unit
setId(String id)
final String
getEid()
final String
getTypeCode()
final Geometry
getGeometry()
final BoundingBox
getBoundingBox()
final Map<String, Object>
getAttributes()
final Map<String, Object>
getExtraData()
final Location
getLocation()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
-
-
Method Detail
-
getIsEnabled
Boolean getIsEnabled()
Beacon's x position
-
getId
final String getId()
String GUID value representing internal identifier. Corresponds to
fid
property of Feature returned from POI API
-
getTypeCode
final String getTypeCode()
-
getGeometry
final Geometry getGeometry()
-
getBoundingBox
final BoundingBox getBoundingBox()
-
getAttributes
final Map<String, Object> getAttributes()
-
getExtraData
final Map<String, Object> getExtraData()
-
getLocation
final Location getLocation()
-
-
-
-