Skip to content

LatLon

Major LatLon Windy's interface.

Although Leaflet uses { lat, lng } we use { lat, lon }.

Hierarchy

Table of contents

Properties

Properties

lat

lat: number

Latitude.

While typed as number, due to some parsing, it can be string in some cases.

Inherited from

LatLon.lat


lon

lon: number

Longitude.

While typed as number, due to some parsing, it can be string in some cases.

Inherited from

LatLon.lon


source

source: "maps" | "globe"


zoom

zoom: number