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

Method ShouldShowAddPlace

libs/map/place_page_info.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40bool Info::ShouldShowAddPlace() const
41{
42 return !IsTrack() && !(IsFeature() && IsPointType());
43}
44
45void Info::SetFromFeatureType(FeatureType & ft)
46{

Calls 1

IsTrackFunction · 0.85

Tested by

no test coverage detected