public class SsoSkylightRepository
An implementation of SkylightRepository that uses sunrise-sunset.org to determine SkylightInfo for the given coordinates.
| Constructor and Description |
|---|
SsoSkylightRepository(InfoClient client)
An implementation of SkylightRepository that uses sunrise-sunset.org to determine SkylightInfo for the given
coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<drewhamilton.skylight.models.SkylightInfo> |
getSkylightInfo(drewhamilton.skylight.models.Coordinates coordinates,
java.util.Date date) |
public SsoSkylightRepository(InfoClient client)
An implementation of SkylightRepository that uses sunrise-sunset.org to determine SkylightInfo for the given coordinates.