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