forked from organicmaps/organicmaps
new params
This commit is contained in:
parent
adadf9b0ca
commit
34821e6d94
1 changed files with 8 additions and 0 deletions
|
@ -74,5 +74,13 @@ struct PathTextViewParams : CommonViewParams
|
|||
float m_OffsetEnd;
|
||||
};
|
||||
|
||||
struct PathSymbolViewParams : CommonViewParams
|
||||
{
|
||||
FeatureID m_featureID;
|
||||
string m_symbolName;
|
||||
float m_OffsetStart;
|
||||
float m_Offset;
|
||||
};
|
||||
|
||||
|
||||
} // namespace df
|
||||
|
|
Loading…
Add table
Reference in a new issue