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

Method HasPlacePageInfo

libs/map/framework.hpp:353–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351 void SetPlacePageListeners(PlacePageEvent::OnOpen onOpen, PlacePageEvent::OnClose onClose,
352 PlacePageEvent::OnUpdate onUpdate, PlacePageEvent::OnSwitchFullScreen onSwitchFullScreen);
353 bool HasPlacePageInfo() const { return m_currentPlacePageInfo.has_value(); }
354 place_page::Info const & GetCurrentPlacePageInfo() const;
355 place_page::Info & GetCurrentPlacePageInfo();
356 void BuildAndSetPlacePageInfo(place_page::BuildInfo const & buildInfo) { OnTapEvent(buildInfo); }

Calls 1

has_valueMethod · 0.80

Tested by

no test coverage detected