master
[geometry] intersection score is added
[std][geometry] Use new include style for geometry.
[base] Replaced the namespace my with base.
Review fixes.
[geometry] move AreaOnEarth functions to area_on_earth.* files
[base][geocoder] Fix compile warnings for gcc 8
[geometry] Circle on earth
Remove using std from base
Fix include path for geometry
[geometry] Get rid of MercatorBounds, refactor to namespace mercator
[geometry] Moving IntersectionResult out of class Line2D.
[search][map] Allow to set different vertical and horizontal distance between search results.
[geometry] Distance on oblate spheroid.
[geometry] Coding style fixes.
[base] Unified stl_add and stl_helpers.
[routing] Using CalcMinSquaredDistance() in EraseIfDeadEnd() to get the correct start segment.
[geometry] Fix Region::AtBorder
[geometry] Removed a spurious dependency on indexer from a test.
Review fixes