-
public class RangingData
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
Modifier and Type Method Description Collection<Beacon>
getBeacons()
Region
getRegion()
Bundle
toBundle()
static RangingData
fromBundle(Bundle bundle)
-
-
Constructor Detail
-
RangingData
RangingData(Collection<Beacon> beacons, Region region)
-
-
Method Detail
-
getBeacons
Collection<Beacon> getBeacons()
-
fromBundle
static RangingData fromBundle(Bundle bundle)
-
-
-
-