Skip to Content
Nearby Observations

WeatherBlox - Nearby Observations

Object
aeris.wxblox.views.NearbyObservations
Data Usage
/places (1)
/observations ({places.length})

The NearbyObservations view displays the current temperature for multiple locations near the queried location.

Nearby Observations

Examples

Display nearby observations for the 3 closest locations near San Francisco, CA:

const view = new aeris.wxblox.views.NearbyObservations('#wxblox'); view.load({ p: 'san francisco,ca' });

Configuration

The following configuration options are supported by this view:

OptionDescriptionDefault
linksType: boolean ()true
enabledType: boolean ()true
metricType: boolean ()false
renderNoDataType: boolean ()true
requestType: object ()

Methods

The following methods are supported by instances of this view:

Events

The following events are triggered by instances of this view:

© 2026 Xweather (opens in a new tab)Terms of Service (opens in a new tab)Privacy Policy (opens in a new tab)