Make comment more comprehensive.

This commit is contained in:
Sergey Magidovich 2016-04-14 11:18:02 +03:00
parent 0d5a2c4033
commit 585e58f728

View file

@ -82,7 +82,8 @@ public:
void GetNearbyStreets(FeatureType & ft, vector<Street> & streets) const;
//@}
/// @returns [a lot of] nearby feature's streets and feature's street index, if valid ( < vector.size()).
/// @returns [a lot of] nearby feature's streets and an index of a feature's street.
/// Returns a value greater than vector size when there are no Street the feature belongs to.
/// @note returned vector can contain duplicated street segments.
pair<vector<Street>, uint32_t> GetNearbyFeatureStreets(FeatureType & ft) const;