hasWikiInfo

external fun hasWikiInfo(landmark: Landmark): Boolean

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 pProgressListener will NotifyComplete with GemError.NoError once all the results are received from the Wikipedia API It will request the info in the language of the device, and will fallback to English if a page in the main language doesn't exist If neither the main language and the English version doesn't exist, pProgressListener will NotifyComplete with GemError.General, and the request will be canceled

Checks if the landmark has Wikipedia info