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

Method FromFeature

libs/search/reverse_geocoder.cpp:332–335  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

330
331// static
332ReverseGeocoder::Building ReverseGeocoder::FromFeature(FeatureType & ft, double distMeters)
333{
334 return FromFeatureImpl(ft, ft.GetHouseNumber(), distMeters);
335}
336
337std::optional<HouseToStreetTable::Result> ReverseGeocoder::HouseTable::Get(FeatureID const & fid)
338{

Callers

nothing calls this directly

Calls 2

FromFeatureImplFunction · 0.85
GetHouseNumberMethod · 0.80

Tested by

no test coverage detected