WRLDPoiService Class Reference
A service which allows you to search for POIs (Points Of Interest). Created by the createPoiService method of the WRLDMapView object.
– searchText:
Begins a free-text search for POIs with the given query options. The results of the search will be passed as a WRLDPoiSearchResponse to the poiSearchDidComplete method on WRLDMapViewDelegate.
Returns:A handle to the ongoing search, which can be used to cancel it.
Argument | Description |
---|---|
options | The text search options containing the query and other search criteria. |
– searchTag:
Begins a tag search for POIs with the given query options. The results of the search will be passed as a WRLDPoiSearchResponse to the poiSearchDidComplete method on WRLDMapViewDelegate.
Returns:A handle to the ongoing search, which can be used to cancel it.
Argument | Description |
---|---|
options | The tag search options containing the query and other search criteria. |
– searchAutocomplete:
Begins an autocomplete search for POIs with the given query options. The results of the search will be passed as a WRLDPoiSearchResponse to the poiSearchDidComplete method on WRLDMapViewDelegate.
Returns:A handle to the ongoing search, which can be used to cancel it.
Argument | Description |
---|---|
options | The autocomplete search options containing the query and other search criteria. |
- Introduction
- WRLDMarker
- WRLDPositioner
- WRLDPolygon
- WRLDPolyline
- WRLDBuildingContour
- WRLDBuildingDimensions
- WRLDBuildingHighlight
- WRLDBuildingInformation
- WRLDBuildingHighlightOptions
- WRLDPrecacheOperation
- WRLDPrecacheOperationResult
- WRLDProp
- WRLDPickResult
- WRLDBlueSphere
- WRLDPoiService
- WRLDPoiSearch
- WRLDTextSearchOptions
- WRLDTagSearchOptions
- WRLDAutocompleteOptions
- WRLDPoiSearchResponse
- WRLDPoiSearchResult
- WRLDMapscene
- WRLDMapsceneService
- WRLDMapsceneRequest
- WRLDMapsceneRequestOptions
- WRLDMapsceneRequestResponse
- WRLDRoutingService
- WRLDRoutingQuery
- WRLDRoutingQueryOptions
- WRLDRoutingQueryWaypoint
- WRLDRoutingQueryResponse
- WRLDRoute
- WRLDRouteSection
- WRLDRouteStep
- WRLDRouteDirections
- WRLDRouteView
- WRLDRouteViewOptions
- WRLDMapViewDelegate
- WRLDIndoorMapDelegate