On this page
Properties

Type Alias PrecipitationPickAt

Type as returned by the .pickAt() method

type PrecipitationPickAt = {
    value: number;
    valueImperial: number;
}
Index

Properties

Properties

value: number

Amount of precipitation in mm/h

valueImperial: number

Amount of precipitation in in/h

Was this helpful?
SDK JS
Modules
Reference
types
PrecipitationPickAt