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

Method GetMarkType

libs/map/user_mark.cpp:25–28  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

23
24// static
25UserMark::Type UserMark::GetMarkType(kml::MarkId id)
26{
27 return UserMarkIdStorage::GetMarkType(id);
28}
29
30m2::PointD const & UserMark::GetPivot() const
31{

Callers 5

CreateUserMarkMethod · 0.45
FillUserMarkInfoMethod · 0.45
FillMyPositionInfoMethod · 0.45
GetBookmarkFunction · 0.45
IsValidBookmarkFunction · 0.45

Calls

no outgoing calls

Tested by 2

GetBookmarkFunction · 0.36
IsValidBookmarkFunction · 0.36