Class MappedBeacon
-
- All Implemented Interfaces:
public class MappedBeacon extends Feature
Represents the information for the beacon
-
-
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 final String
id
private final String
eid
private final String
typeCode
private final Boolean
isCar
private final Geometry
geometry
private final BoundingBox
boundingBox
private final Map<String, Object>
attributes
private final String
title
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
isEnabled()
Beacon's x position String
getName()
Beacon's x position Boolean
equals(Object other)
Integer
hashCode()
String
toString()
-
Methods inherited from class com.pointrlabs.core.geojson.Feature
getAttribute, getAttributes, getBoundingBox, getEid, getExtraData, getGeometry, getId, getTitle, getTypeCode, isCar, toJson
-
Methods inherited from class com.pointrlabs.core.positioning.model.LocationAware
getLocation
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-