MCPcopy Create free account
hub / github.com/comaps/comaps / GetNearbyAddress

Method GetNearbyAddress

libs/search/reverse_geocoder.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

ProcessMethod · 0.80
GetExactAddressMethod · 0.80
MakeResultMethod · 0.80
GetAddressAtPointMethod · 0.80
TestAddressFunction · 0.80

Calls 11

GetMinDistanceMetersFunction · 0.85
ReadFeatureMethod · 0.80
GetTranslatedNameMethod · 0.80
StreetClass · 0.70
GetMethod · 0.45
IsAliveMethod · 0.45
GetIDMethod · 0.45
valueMethod · 0.45
GetNamesMethod · 0.45
IsEmptyMethod · 0.45

Tested by 1

TestAddressFunction · 0.64