Uses of Class
com.arubanetworks.meridian.search.DirectionsStartSearchResult
Packages that use DirectionsStartSearchResult
-
Uses of DirectionsStartSearchResult in com.arubanetworks.meridian.maps
Methods in com.arubanetworks.meridian.maps with parameters of type DirectionsStartSearchResultModifier and TypeMethodDescriptionvoidMapSheetFragment.onSearchResultSelected(DirectionsDestination destination, DirectionsStartSearchResult result) -
Uses of DirectionsStartSearchResult in com.arubanetworks.meridian.search
Methods in com.arubanetworks.meridian.search that return DirectionsStartSearchResultModifier and TypeMethodDescriptionstatic DirectionsStartSearchResultDirectionsStartSearchResult.fromJSONObject(JSONObject json, String locationId) Constructs a DirectionsStartSearchResult from json.static DirectionsStartSearchResultSearchActivity.getSearchResult(Intent i) Methods in com.arubanetworks.meridian.search that return types with arguments of type DirectionsStartSearchResultModifier and TypeMethodDescriptionDirectionsStartSearchResponse.getResults()Gets the search results.Methods in com.arubanetworks.meridian.search with parameters of type DirectionsStartSearchResultModifier and TypeMethodDescriptionvoidSearchActivity.onSearchResultSelected(DirectionsStartSearchResult result) voidSearchFragment.OnSearchResultSelectedListener.onSearchResultSelected(DirectionsStartSearchResult result) Called when the search completes.