summaryrefslogtreecommitdiff
path: root/include/mbgl/util/geo.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Move ProjectedMeters to projection.hppJohn Firebaugh2017-04-181-28/+0
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-141-41/+70
* [core] Revert use of optional<EdgeInsets>, because EdgeInsets has a natural "...John Firebaugh2017-04-111-0/+3
* [core] Added LatLngBounds::{valid,constrain}Bruno de Oliveira Abinader2017-04-111-0/+15
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-061-37/+41
* [core] Tighten LatLng and other geo.hpp classesJohn Firebaugh2017-04-061-17/+18
* [core] Added Map::latLngBoundsForCameraBruno de Oliveira Abinader2017-03-241-0/+8
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-4/+4
* [core] code style cleanupsKonstantin Käfer2016-07-011-4/+4
* [core] Cleaned up enum classesBruno de Oliveira Abinader2016-06-181-7/+7
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-2/+2
* [test] Added Projection testsBruno de Oliveira Abinader2016-06-131-2/+6
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Introduce StyleQueryParameters; push coordinate calculations into SourceJohn Firebaugh2016-05-171-0/+2
* [core] Use mapbox::geometry::box in queryRenderedFeaturesJohn Firebaugh2016-05-131-0/+2
* [core] Remove unusedJohn Firebaugh2016-05-131-13/+0
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-3/+5
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-2/+4
* [core] Inline LatLng::project definition the one place it's usedJohn Firebaugh2016-05-051-2/+0
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-051-1/+1
* [core] Simplify LatLng::unwrapForShortestPath usageBruno de Oliveira Abinader2016-03-141-9/+8
* [core] Implement LatLng::null()Bruno de Oliveira Abinader2016-03-131-0/+4
* [core] Check for NaNs in EdgeInsetsBruno de Oliveira Abinader2016-03-101-2/+3
* [core] Coordinate wrapping fixesBruno de Oliveira Abinader2016-03-101-13/+11
* [core] Regression fix in LatLng::unwrapForShortestPathBruno de Oliveira Abinader2016-03-031-1/+5
* [core] Added DEGREES_MAX as constant valueBruno de Oliveira Abinader2016-03-011-1/+1
* [core] Moved wrapping to LatLng scopeBruno de Oliveira Abinader2016-03-011-4/+22
* [core] PrecisionPoint is now ScreenCoordinateBruno de Oliveira Abinader2016-03-011-3/+3
* [core] Comparison operators for LatLngBoundsJohn Firebaugh2016-02-031-0/+11
* [core] Make bool conversions explicitJohn Firebaugh2016-02-031-4/+12
* [core] Improve LatLngBounds APIJohn Firebaugh2016-02-021-9/+47
* [core] Remove superflous inlinesJohn Firebaugh2016-02-021-18/+18
* [core] Remove unusedJohn Firebaugh2016-02-021-4/+0
* [core] Don't use structJohn Firebaugh2016-02-011-5/+10
* [ios] Flip points, not edge insetsMinh Nguyễn2016-01-181-2/+0
* [core] Added padding option to CameraOptionsMinh Nguyễn2016-01-181-0/+34
* [core] allow changing the orientationKonstantin Käfer2015-12-151-0/+8
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Fix LatLngBounds default coordinatesBruno de Oliveira Abinader2015-11-181-3/+10
* [core] PrecisionPoint is now a vec2<double>Bruno de Oliveira Abinader2015-11-121-17/+7
* [core] Added MetersBoundsBruno de Oliveira Abinader2015-11-111-1/+13
* [core] Added PrecisionPoint to represent pixel pointsBruno de Oliveira Abinader2015-11-111-1/+15
* [core] Added isValid to geo helper structsBruno de Oliveira Abinader2015-11-111-0/+12
* [core] Annotation refactorJohn Firebaugh2015-10-201-0/+4
* squash of #1655: shape annotations support for core & iOSJustin R. Miller2015-06-151-1/+13
* allow constructing LatLng/LatLngBounds objects from TileIDsKonstantin Käfer2015-06-081-0/+8
* Cocoa annotations APIJustin R. Miller2015-03-221-0/+7
* refs #893 #992: point annotations APIJustin R. Miller2015-03-171-0/+15
* fixes #476 & #853: pixel/meter/latlng conversion routines in core & iOSJustin R. Miller2015-02-161-0/+24