forked from organicmaps/organicmaps
Updated feature algorithms from new-search branch.
Need it to check if point is inside area feature.
This commit is contained in:
parent
db92aca9fc
commit
cb162b49b8
2 changed files with 2 additions and 2 deletions
|
@ -198,4 +198,4 @@ double GetMinDistanceMeters(FeatureType const & ft, m2::PointD const & pt)
|
|||
return GetMinDistanceMeters(ft, pt, FeatureType::BEST_GEOMETRY);
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace feature
|
||||
|
|
|
@ -13,4 +13,4 @@ m2::PointD GetCenter(FeatureType const & f);
|
|||
double GetMinDistanceMeters(FeatureType const & ft, m2::PointD const & pt, int scale);
|
||||
double GetMinDistanceMeters(FeatureType const & ft, m2::PointD const & pt);
|
||||
|
||||
}
|
||||
} // namespace feature
|
||||
|
|
Loading…
Add table
Reference in a new issue