| 176 | } |
| 177 | |
| 178 | void ReverseGeocoder::GetNearbyAddress(m2::PointD const & center, Address & addr) const |
| 179 | { |
| 180 | GetNearbyAddress(center, kLookupRadiusM, addr); |
| 181 | } |
| 182 | |
| 183 | void ReverseGeocoder::GetNearbyAddress(m2::PointD const & center, double maxDistanceM, Address & addr, |
| 184 | bool placeAsStreet /* = false*/) const |