External Info
ExternalInfo object.
Properties
Get the count of the images on the Wikipedia page .Must be called only after ProgressListener.notifyComplete notification
Get the Wikipedia page summary (text) .Must be called only after ProgressListener.notifyComplete notification
Get the Wikipedia page language .Must be called only after ProgressListener.notifyComplete notification
Retrieve all the Wikipedia info (page title/url, page summary, and the count of the pictures on the page) once the above request is completed and pProgressListener NotifiedComplete Get the Wikipedia page title in the requested language .Must be called only after ProgressListener.notifyComplete notification
Get the Wikipedia page URL .Must be called only after ProgressListener.notifyComplete notification
Yelp location address .Must be called only after ProgressListener.notifyComplete notification
Count of the images from Yelp. Must be called only after ProgressListener.notifyComplete notification
Location phone number. Must be called only after ProgressListener.notifyComplete notification
Yelp rating for the location .Must be called only after ProgressListener.notifyComplete notification
Yelp page URL .Must be called only after ProgressListener.notifyComplete notification
Functions
Cancel a specific Wikipedia image request without canceling the whole object request.
Cancel a specific Wikipedia image info request.
Cancel a Wikipedia request for any reason. This method is automatically called if a new request is initiated.
To cancel a specific image request without canceling the whole object request
To cancel a request for any reason, simply use the method below. The method is automatically called if a new request is initiated
Get Wikipedia image description directly, without notifier.
Get Wikipedia image path directly, without notifier.
Get Wikipedia image title directly, without notifier.
Get Wikipedia image description directly, without notifier.
Get Yelp image path directly, without notifier.
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
Obtain the description and the picture list of a map object by providing the object's native name.
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Requests one Wikipedia image from the page
Get info on one Wikipedia image directly, without notifier.
This uses the Wikipedia string from the map objects
Requests one Yelp image from the page - returns true if request successfully made, false if something went wrong while requesting !!USE ONLY AFTER pProgressListener from above NOTIFIED COMPLETE!! nImageIdx <yelpImagesCount from above Must be called only after ProgressListener.notifyComplete notification
This uses the native name string from the map object