@returns (empty if absent) role for the way with given id.
| 93 | std::string_view GetType() const { return GetTagValue("type"); } |
| 94 | /// @returns (empty if absent) role for the way with given id. |
| 95 | std::string_view GetWayRole(uint64_t id) const { return FindRoleImpl(m_ways, id); } |
| 96 | /// @returns (empty if absent) role for the node with given id. |
| 97 | std::string_view GetNodeRole(uint64_t id) const { return FindRoleImpl(m_nodes, id); } |
| 98 | /// @returns (empty if absent) role for the relation with given id. |
no outgoing calls
no test coverage detected