public interface BeaconData
| Modifier and Type | Method and Description |
|---|---|
String |
get(String key) |
Double |
getLatitude() |
Double |
getLongitude() |
boolean |
isDirty() |
void |
set(String key,
String value) |
void |
setLatitude(Double latitude) |
void |
setLongitude(Double longitude) |
void |
sync(BeaconDataNotifier notifier) |
Double getLatitude()
void setLatitude(Double latitude)
void setLongitude(Double longitude)
Double getLongitude()
void sync(BeaconDataNotifier notifier)
boolean isDirty()