PoiService
Package: com.eegeo.mapapi.services.poi
A service which allows you to search for POIs. Created by the createPoiService method of the EegeoMap object. This is a Java interface to the WRLD POI REST API It currently supports three different kinds of search: free-text search, tag search, and autocomplete search.
Methods
PoiSearch searchText(TextSearchOptions options)
Begins a free-text search for POIs with the given query options. The results of the search will be passed as a PoiSearchResponse object to the callback provided in the options.
Returns: A handle to the ongoing search, which can be used to cancel it.
Type | argument | Description |
---|---|---|
TextSearchOptions | options | The parameters of the search. |
PoiSearch searchTag(TagSearchOptions options)
Begins a tag search for POIs with the given query options. The results of the search will be passed as a PoiSearchResponse object to the callback provided in the options.
Returns: A handle to the ongoing search, which can be used to cancel it.
Type | argument | Description |
---|---|---|
TagSearchOptions | options | The parameters of the search. |
PoiSearch searchAutocomplete(AutocompleteOptions options)
Begins an autocomplete search for POIs with the given query options. The results of the search will be passed as a PoiSearchResponse object to the callback provided in the options.
Returns: A handle to the ongoing search, which can be used to cancel it.
Type | argument | Description |
---|---|---|
AutocompleteOptions | options | The parameters of the search. |
- Introduction
- EegeoMapOptions
- OnInitialStreamingCompleteListener
- OnMapReadyCallback
- MapFeatureType
- Promise
- Ready
- Polygon
- PolygonOptions
- Polyline
- PolylineOptions
- IndoorMap
- OnIndoorEnteredListener
- OnIndoorExitedListener
- OnIndoorEnterFailedListener
- OnFloorChangedListener
- OnIndoorMapLoadedListener
- OnIndoorMapUnloadedListener
- IndoorMapEntity
- IndoorMapEntityInformation
- IndoorMapEntityLoadState
- OnIndoorMapEntityInformationChangedListener
- IndoorMapFloorOutlineInformation
- IndoorMapFloorOutlinePolygon
- IndoorMapFloorOutlinePolygonRing
- OnIndoorMapFloorOutlineInformationLoadedListener
- BuildingHighlight
- BuildingHighlightOptions
- BuildingInformation
- BuildingDimensions
- BuildingContour
- OnBuildingInformationReceivedListener
- Prop
- PropOptions
- PickResult
- BlueSphere
- PoiService
- PoiSearch
- TextSearchOptions
- TagSearchOptions
- AutocompleteOptions
- PoiSearchResponse
- PoiSearchResult
- OnPoiSearchCompletedListener
- TagService
- OnTagsLoadCompletedListener
- MapsceneService
- MapsceneRequest
- MapsceneRequestOptions
- MapsceneRequestResponse
- Mapscene
- OnMapsceneRequestCompletedListener
- MapsceneSearchConfig
- MapsceneStartLocation
- MapsceneDataSources
- RoutingService
- RoutingQuery
- RoutingQueryOptions
- RoutingQueryResponse
- Route
- RouteSection
- RouteStep
- RouteDirections
- TransportationMode
- OnRoutingQueryCompletedListener
- RouteView
- RouteViewOptions