| 455 | } |
| 456 | |
| 457 | void BaseApplyFeature::FillCommonParams(CommonOverlayViewParams & p) const |
| 458 | { |
| 459 | p.m_rank = m_f.GetRank(); |
| 460 | p.m_tileCenter = m_tileRect.Center(); |
| 461 | p.m_featureId = m_f.GetID(); |
| 462 | } |
| 463 | |
| 464 | void ApplyPointFeature::ExtractCaptionParams(CaptionDefProto const * primaryProto, |
| 465 | CaptionDefProto const * secondaryProto, TextViewParams & params) const |