- Legend to Symbols

-
Class nokia.maps.search.component.SearchComponent
Class Summary
This class shows the results of a search on the display. To do this,
the component retrieves the search results from an instance of
nokia.maps.search.component.SearchResultSet available
as a result of calling placeSearch() on nokia.maps.search.Manager.
Extends
nokia.maps.map.component.Component.
new nokia.maps.search.component.SearchComponent
(searchManager)
Field Summary
nokia.maps.map.Display
mapDisplay
This property holds a reference to the
map.Display instance to which the given component belongs.
Direct Inheritance
Inherited from nokia.maps.map.component.Component:
attach
destroy
detach
getId
getVersion
queryReference
releaseReference
mapDisplay
Indirect Inheritance
Constructor Detail
This method initializes an instance of nokia.maps.search.component.SearchComponent
to nake it possible to display search results.
new nokia.maps.search.component.SearchComponent(searchManager)
Parameters:
| {nokia.maps.search.Manager} | searchManager | An instance of search manager through which to run a search and obtain the search results. |