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