forked from organicmaps/organicmaps
Make comment more comprehensive.
This commit is contained in:
parent
0d5a2c4033
commit
585e58f728
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue