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

Method HideUserPosition

libs/search/search_quality/assessment_tool/sample_view.cpp:380–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380void SampleView::HideUserPosition()
381{
382 if (m_positionMarkId == kml::kInvalidMarkId)
383 return;
384
385 m_framework.GetBookmarkManager().GetEditSession().DeleteUserMark(m_positionMarkId);
386 m_positionMarkId = kml::kInvalidMarkId;
387}

Callers

nothing calls this directly

Calls 2

DeleteUserMarkMethod · 0.80
GetEditSessionMethod · 0.80

Tested by

no test coverage detected