Package org.altbeacon.beacon.service
Class RangingData
- java.lang.Object
-
- org.altbeacon.beacon.service.RangingData
-
public class RangingData extends Object
Internal class used to transfer ranging data between the BeaconService and the client
-
-
Constructor Summary
Constructors Constructor Description RangingData(Collection<Beacon> beacons, Region region)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RangingDatafromBundle(Bundle bundle)Collection<Beacon>getBeacons()RegiongetRegion()BundletoBundle()
-
-
-
Constructor Detail
-
RangingData
public RangingData(Collection<Beacon> beacons, Region region)
-
-
Method Detail
-
getBeacons
public Collection<Beacon> getBeacons()
-
getRegion
public Region getRegion()
-
toBundle
public Bundle toBundle()
-
fromBundle
public static RangingData fromBundle(Bundle bundle)
-
-