summaryrefslogtreecommitdiff
path: root/src/mbgl/util/geo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-141-2/+2
|
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-061-7/+7
|
* [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-181-2/+2
|
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-8/+23
|
* [core] Inline LatLng::project definition the one place it's usedJohn Firebaugh2016-05-051-12/+0
|
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-051-1/+1
|
* [core] Check for NaNs in mbgl::util::{min,max,clamp}Bruno de Oliveira Abinader2016-03-181-2/+3
|
* [core] Added DEGREES_MAX as constant valueBruno de Oliveira Abinader2016-03-011-2/+2
|
* [core] PrecisionPoint is now ScreenCoordinateBruno de Oliveira Abinader2016-03-011-2/+2
|
* [core] Enforce constants usageBruno de Oliveira Abinader2016-03-011-3/+3
| | | | | Use 'LATITUDE_MAX', 'LONGITUDE_MAX', 'DEG2RAD' and 'RAD2DEG' whenever possible.
* [ios] Flip points, not edge insetsMinh Nguyễn2016-01-181-5/+0
|
* [core] Added padding option to CameraOptionsMinh Nguyễn2016-01-181-0/+12
| | | | | | Moved EdgeInsets to geo.hpp so CameraOptions and Transform can refer to it. Added a padding option to CameraOptions that alters the frame of reference for the center option. Added optional padding parameters to LatLng getters and setters. Working towards #2600.
* [core] Added PrecisionPoint to represent pixel pointsBruno de Oliveira Abinader2015-11-111-1/+1
|
* [core] Annotation refactorJohn Firebaugh2015-10-201-0/+12
|
* [core] Fix swapped lat/lon in geo.cppJohn Firebaugh2015-10-201-2/+2
|
* allow constructing LatLng/LatLngBounds objects from TileIDsKonstantin Käfer2015-06-081-0/+19