OnPoiSearchCompletedListener

Package: com.eegeo.mapapi.services.poi

A listener interface for receiving the results of a completed POI search. An object implementing this should be set on the TextSearchOptions , TagSearchOptions , or AutocompleteOptions provided to a search method.

Methods

void onPoiSearchCompleted(PoiSearchResponse response)

Called when a POI search completes.

Type argument Description
PoiSearchResponse response The response to the search. If the search was successful, this will contain search results.
v0.0.1467
Overview Introduction
Picking PickResult
Widgets (Optional) BlueSphere
Tag Service (Optional) TagService OnTagsLoadCompletedListener
RouteView Widget (Optional) RouteView RouteViewOptions