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.


lon

lon: number

Longitude.

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