Lat Lng
A geographical location which contains a single latitude, longitude pair, with optional altitude.
Latitude and longitude are expressed as decimal degrees in the WGS84 datum. By default, altitude is 0.0, or sea level.
MapLibre GL displays maps in the Mercator Projection and projects geographical data automatically, so all data enters in the WGS84 datum.
Constructors
Construct a new latitude, longitude point at (0, 0)
Construct a new latitude, longitude point given double arguments
Construct a new latitude, longitude, altitude point given double arguments
Construct a new latitude, longitude, altitude point given location argument
Construct a new latitude, longitude, altitude point given another latitude, longitude, altitude point.
Constructs a new latitude, longitude, altitude tuple given a parcel.