| 819 | } |
| 820 | |
| 821 | void Framework::FillRouteMarkInfo(RouteMarkPoint const & rmp, place_page::Info & info) const |
| 822 | { |
| 823 | FillPointInfo(info, rmp.GetPivot()); |
| 824 | info.SetIsRoutePoint(); |
| 825 | info.SetRouteMarkType(rmp.GetRoutePointType()); |
| 826 | info.SetIntermediateIndex(rmp.GetIntermediateIndex()); |
| 827 | } |
| 828 | |
| 829 | void Framework::FillSpeedCameraMarkInfo(SpeedCameraMark const & speedCameraMark, place_page::Info & info) const |
| 830 | { |
nothing calls this directly
no test coverage detected