Correct text not following map rotation

This commit is contained in:
Dan Paulat 2023-08-06 22:49:18 -05:00
parent 6c0b62709f
commit f0c2f8eec0
2 changed files with 22 additions and 4 deletions

View file

@ -11,6 +11,8 @@ namespace common
constexpr double kMilesPerMeter = 0.00062137119;
constexpr double kKilometersPerMeter = 0.001;
constexpr double kDegreesToRadians = 0.0174532925199432957692369055556;
/**
* @brief Coordinate type to hold latitude and longitude of a location.
*/