| 262 | } |
| 263 | |
| 264 | void Info::SetCustomNames(std::string const & title, std::string const & subtitle) |
| 265 | { |
| 266 | m_uiTitle = title; |
| 267 | m_uiSubtitle = subtitle; |
| 268 | m_customName = title; |
| 269 | } |
| 270 | |
| 271 | void Info::SetCustomNameWithCoordinates(m2::PointD const & mercator, std::string const & name) |
| 272 | { |
no outgoing calls
no test coverage detected