co-maps/libs/drape_frontend/user_marks_provider.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
189 B
C++
Raw Normal View History

2025-11-22 13:58:55 +01:00
#include "user_marks_provider.hpp"
namespace df
{
UserPointMark::UserPointMark(kml::MarkId id) : m_id(id) {}
UserLineMark::UserLineMark(kml::TrackId id) : m_id(id) {}
} // namespace df