TagSearchOptions

Package: com.eegeo.mapapi.services.poi

A set of parameters for a tag search.

Constructors

TagSearchOptions(String tag, LatLng center)

Type argument Description
String tag The tag to search for.
LatLng center The latitude and longitude to search around.

Methods

TagSearchOptions radius(double radius)

Sets the radius around the center to search in.

Returns: This TagSearchOptions object.

Type argument Description
double radius The search radius in metres.

TagSearchOptions number(int number)

Sets the maximum number of search results to return.

Returns: This TagSearchOptions object.

Type argument Description
int number The search result limit.

TagSearchOptions onPoiSearchCompletedListener(OnPoiSearchCompletedListener onPoiSearchCompletedListener)

Sets a listener to receive search results when the search completes.

Returns: This TagSearchOptions object.

Type argument Description
OnPoiSearchCompletedListener onPoiSearchCompletedListener A listener implementing the OnPoiSearchCompletedListener interface.
v0.0.1467
Overview Introduction
Picking PickResult
Widgets (Optional) BlueSphere
Tag Service (Optional) TagService OnTagsLoadCompletedListener
RouteView Widget (Optional) RouteView RouteViewOptions