Expose pronunciation in RouteStep
Uses name:pronunciation by default for cars.
This commit is contained in:
@@ -171,6 +171,7 @@ class MockDataFacade final : public engine::datafacade::BaseDataFacade
|
||||
bool IsCoreNode(const NodeID /* id */) const override { return false; }
|
||||
unsigned GetNameIndexFromEdgeID(const unsigned /* id */) const override { return 0; }
|
||||
std::string GetNameForID(const unsigned /* name_id */) const override { return ""; }
|
||||
std::string GetPronunciationForID(const unsigned /* name_id */) const override { return ""; }
|
||||
std::size_t GetCoreSize() const override { return 0; }
|
||||
std::string GetTimestamp() const override { return ""; }
|
||||
bool GetContinueStraightDefault() const override { return true; }
|
||||
|
||||
Reference in New Issue
Block a user