MapControl (C++ base class).OnRequestUpdate Method
This element is not available using the selected API.
This element is not available using the selected API.
In this article
public:
virtual void onRequestUpdate (
const ViewPtr& view
)
This method can be called from a background thread to issue an update request. On Windows, the default implementation will post a message to the foreground message loop to let the GUI thread call IMapControl::updateView. On other platforms, this should be overridden and implemented such that the same behavior is achieved, that is, signaling the GUI thread to call IMapControl::updateView.
Windows, Linux, Android
In this article
This element is not available using the selected API.
In this article
This element is not available using the selected API.
In this article