Uses of Class
com.cercalia.sdk.model.poi.WeatherForecast
Packages that use WeatherForecast
Package
Description
Point of Interest (POI) data models.
Core services for interacting with Cercalia APIs.
-
Uses of WeatherForecast in com.cercalia.sdk.model.poi
Methods in com.cercalia.sdk.model.poi that return WeatherForecast -
Uses of WeatherForecast in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services that return WeatherForecastModifier and TypeMethodDescription@Nullable WeatherForecastPoiService.getWeatherForecast(@NotNull Coordinate center) Get weather forecast for a location.Methods in com.cercalia.sdk.services that return types with arguments of type WeatherForecastModifier and TypeMethodDescription@NotNull CompletableFuture<WeatherForecast>PoiService.getWeatherForecastAsync(@NotNull Coordinate center) Get weather forecast for a location asynchronously.