renamed all POI/point of intrest to marker

This commit is contained in:
AdenKoperczak 2024-10-04 19:31:47 -04:00
parent cd16902635
commit 31940441ed
11 changed files with 153 additions and 157 deletions

View file

@ -11,13 +11,13 @@ namespace qt
namespace map
{
class POILayer : public DrawLayer
class MarkerLayer : public DrawLayer
{
Q_OBJECT
public:
explicit POILayer(const std::shared_ptr<MapContext>& context);
~POILayer();
explicit MarkerLayer(const std::shared_ptr<MapContext>& context);
~MarkerLayer();
void Initialize() override final;
void Render(const QMapLibre::CustomLayerRenderParameters&) override final;