Search for places using text.
Search for points of interest relevant to the given input text.
When you run the example app, you'll be viewing the scene from above. A fly will be performed to the first point of interest found.
- Create a
MapServiceListener,OpenGLContext,ScreenandMapView. - Create a
LandmarkList. - Call the
SearchServiceusing the list from 2. a progress listener, the keywords you are searching for and a pair of coordinates relevant to your search. - Once the search operation completes, instruct the
MapViewto center on the coordinates of the first result. - Instruct the
MapViewto activate the highlight in order for the result to be seen better.
