MapControl.OnRequestUpdate Method
This element is not available using the selected API.
This element is not available using the selected API.
In this article
May be called from a background thread to request an update.
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 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 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