forked from organicmaps/organicmaps
[bookmarks] Use minZoom value from kml for bookmarks. MAPSME-14916
This commit is contained in:
parent
cce38d001b
commit
b3d9bb5f03
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ public:
|
|||
|
||||
kml::MarkGroupId GetGroupId() const override;
|
||||
|
||||
int GetMinZoom() const override { return m_data.m_minZoom; }
|
||||
|
||||
// Whether m_data.m_properties suitable to fill "Key info" part of placepage.
|
||||
bool CanFillPlacePageMetadata() const;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue