Home > @magiclane/maps-sdk > Parameter
Parameter class
Weather parameter data.
Contains weather-related measurements such as temperature, humidity, wind speed, etc. Provided by Conditions.params to represent specific weather attributes.
Weather
Signature:
export declare class Parameter Constructors
|
Constructor |
Modifiers |
Description |
|---|---|---|
|
Creates a Parameter instance. |
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string | |||
|
string | |||
|
string | |||
|
number |
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
Check equality with another Parameter. | ||
|
|
Deserializes a JSON-compatible map to create an instance. | |
|
Get hash code for this Parameter. |