-
public interface BeaconDataServer-side data associated with a beacon. Requires registration of a web service to fetch the data.
-
-
Method Summary
Modifier and Type Method Description abstract DoublegetLatitude()abstract voidsetLatitude(Double latitude)abstract voidsetLongitude(Double longitude)abstract DoublegetLongitude()abstract Stringget(String key)abstract voidset(String key, String value)abstract voidsync(BeaconDataNotifier notifier)abstract booleanisDirty()-
-
Method Detail
-
getLatitude
abstract Double getLatitude()
-
setLatitude
abstract void setLatitude(Double latitude)
-
setLongitude
abstract void setLongitude(Double longitude)
-
getLongitude
abstract Double getLongitude()
-
sync
abstract void sync(BeaconDataNotifier notifier)
-
isDirty
abstract boolean isDirty()
-
-
-
-