AbstractStatic_Landmark for which the check will be done.
[boolean, ExternalInfo] tuple
StaticcancelCancels a Wikipedia info request.
The event handler returned by requestWikiInfo.
StatichasChecks if the landmark has Wikipedia info Requests all the wikipedia info at once (page title/url, page summary, and list of pictures - only urls of the pictures) - returns true if request successfully made, false if something went wrong.
Landmark for which the check will be done.
True if the landmark has Wikipedia info, false otherwise
StaticrequestRequests Wikipedia info for a landmark. The result will be provided as an ExternalInfo object.
Landmark for which the request will be done.
Callback to be triggered after the wikipedia request is done.
An EventHandler that can be used to cancel the request.
Internal helper to check Wikipedia info and return both result and ExternalInfo object.