Interface: IPoint

H.geo.IPoint

An interface to represent a geographic point. Every point in geographic space is represented by three coordinates latitude, longitude and optional altitude.

Members

alt H.geo.Altitude | undefined

This property represents the altitude of the point.

lat H.geo.Latitude non-null

This property represents the latitude of the point.

lng H.geo.Longitude non-null

This property represents the longitude of the point.