-
- All Implemented Interfaces:
public interface PoiRefreshStrategy
Interface for defining the interval (in milliseconds) for how often POI data should be refreshed.
-
-
Method Summary
Modifier and Type Method Description abstract Long
refreshIntervalMillis()
Returns the interval (in milliseconds) between POI refreshes. -
-
Method Detail
-
refreshIntervalMillis
abstract Long refreshIntervalMillis()
Returns the interval (in milliseconds) between POI refreshes. If the return value is less than or equal to 0, it indicates that no refresh should occur.
-
-
-
-