Boolean
Number
Number
Number
Boolean
WeatherServiceManifest
WeatherServiceManifest
WeatherServiceManifest
WeatherServiceManifest
WeatherServiceManifest
Initializes an instance of WeatherServiceManifest.
Boolean
Get the CurrentForecastSupported
Kind: Instance method of WeatherServiceManifest
Returns: Boolean
- the KEY_CURRENT_FORECAST_SUPPORTED value
Number
Get the MaxHourlyForecastAmount
Kind: Instance method of WeatherServiceManifest
Returns: Number
- the KEY_MAX_HOURLY_FORECAST_AMOUNT value
Number
Get the MaxMinutelyForecastAmount
Kind: Instance method of WeatherServiceManifest
Returns: Number
- the KEY_MAX_MINUTELY_FORECAST_AMOUNT value
Number
Get the MaxMultidayForecastAmount
Kind: Instance method of WeatherServiceManifest
Returns: Number
- the KEY_MAX_MULTIDAY_FORECAST_AMOUNT value
Boolean
Get the WeatherForLocationSupported
Kind: Instance method of WeatherServiceManifest
Returns: Boolean
- the KEY_WEATHER_FOR_LOCATION_SUPPORTED value
WeatherServiceManifest
Set the CurrentForecastSupported
Kind: Instance method of WeatherServiceManifest
Returns: WeatherServiceManifest
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
supported | Boolean |
The desired CurrentForecastSupported. |
WeatherServiceManifest
Set the MaxHourlyForecastAmount
Kind: Instance method of WeatherServiceManifest
Returns: WeatherServiceManifest
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
amount | Number |
The desired MaxHourlyForecastAmount. |
WeatherServiceManifest
Set the MaxMinutelyForecastAmount
Kind: Instance method of WeatherServiceManifest
Returns: WeatherServiceManifest
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
amount | Number |
The desired MaxMinutelyForecastAmount. |
WeatherServiceManifest
Set the MaxMultidayForecastAmount
Kind: Instance method of WeatherServiceManifest
Returns: WeatherServiceManifest
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
amount | Number |
The desired MaxMultidayForecastAmount. |
WeatherServiceManifest
Set the WeatherForLocationSupported
Kind: Instance method of WeatherServiceManifest
Returns: WeatherServiceManifest
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
supported | Boolean |
The desired WeatherForLocationSupported. |