WallClock (API Reference)
Package com.here.sdk.navigation
Interface WallClock
public interface WallClock
Clock used to properly retrieve time-dependent data from the map.
-
Method Details
-
now
Gets the current time from the device clock.
- Returns:
The current time provided by the device clock.
-
getDefault
Provides the default WallClock implementation based on the device clock.
- Returns:
The default WallClock instance that uses the device clock.
-