retrieveDetails
Request basic metadata for a POI, which includes attributes such as POI name, address, coordinates, primary photo and category classification.
To retrieve additional attributes beyond the basic data for a POI, specify RetrieveDetailsOptions.attributeSets in the provided options.
Return
AsyncOperationTask object representing pending completion of the request
Parameters
A unique identifier for the geographic feature.
Retrieve options.
Search result callback. Events are dispatched on the main thread.
Request basic metadata for a POI, which includes attributes such as POI name, address, coordinates, primary photo and category classification.
To retrieve additional attributes beyond the basic data for a POI, specify RetrieveDetailsOptions.attributeSets in the provided options.
Return
AsyncOperationTask object representing pending completion of the request
Parameters
A unique identifier for the geographic feature.
Retrieve options.
Executor used for events dispatching, default is the main thread.
Search result callback.