Dynamic range circle

This commit is contained in:
Dan Paulat 2021-11-14 01:28:13 -06:00
parent 77ba92ce7f
commit 87581892a7
9 changed files with 105 additions and 34 deletions

View file

@ -8,12 +8,15 @@ namespace qt
{
namespace map
{
namespace RadarRangeLayer
{
void Add(std::shared_ptr<QMapboxGL> map, const QString& before = QString());
};
void Add(std::shared_ptr<QMapboxGL> map,
float range,
const QString& before = QString());
void Update(std::shared_ptr<QMapboxGL> map, float range);
} // namespace RadarRangeLayer
} // namespace map
} // namespace qt
} // namespace scwx