| 255 | } |
| 256 | |
| 257 | std::string MetadataTagProcessorImpl::ValidateAndFormat_height(std::string const & v) |
| 258 | { |
| 259 | return measurement_utils::OSMDistanceToMetersString(v, false /*supportZeroAndNegativeValues*/, 1); |
| 260 | } |
| 261 | |
| 262 | std::string MetadataTagProcessorImpl::ValidateAndFormat_building_levels(std::string v) |
| 263 | { |
nothing calls this directly
no test coverage detected