forked from organicmaps/organicmaps-tmp
Review fixes
This commit is contained in:
parent
e5d96e2340
commit
c860a5eabd
1 changed files with 2 additions and 2 deletions
|
@ -37,10 +37,10 @@ public:
|
|||
|
||||
virtual bool IsOneWay(FeatureType const & f) const = 0;
|
||||
|
||||
/// @returns true if feature |f| can be used for routing with corresponding vehicle model.
|
||||
/// @returns true iff feature |f| can be used for routing with corresponding vehicle model.
|
||||
virtual bool IsRoad(FeatureType const & f) const = 0;
|
||||
|
||||
/// @returns true if feature |f| can be used for transit with corresponding vehicle model.
|
||||
/// @returns true iff feature |f| can be used for transit with corresponding vehicle model.
|
||||
virtual bool IsTransitAllowed(FeatureType const & f) const = 0;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue