Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
bool Info::ShouldShowAddPlace() const
41
{
42
return !IsTrack() && !(IsFeature() && IsPointType());
43
}
44
45
void Info::SetFromFeatureType(FeatureType & ft)
46
{
Callers
1
Java_app_organicmaps_sdk_editor_Editor_nativeShouldShowAddPlace
Function · 0.80
Calls
1
IsTrack
Function · 0.85
Tested by
no test coverage detected