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 TypeMethodDescriptionvoid
MapSheetFragment.onSearchResultSelected
(DirectionsDestination destination, DirectionsStartSearchResult result) -
Uses of DirectionsStartSearchResult in com.arubanetworks.meridian.search
Methods in com.arubanetworks.meridian.search that return DirectionsStartSearchResultModifier and TypeMethodDescriptionstatic DirectionsStartSearchResult
DirectionsStartSearchResult.fromJSONObject
(JSONObject json, String locationId) Constructs a DirectionsStartSearchResult from json.static DirectionsStartSearchResult
SearchActivity.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 TypeMethodDescriptionvoid
SearchActivity.onSearchResultSelected
(DirectionsStartSearchResult result) void
SearchFragment.OnSearchResultSelectedListener.onSearchResultSelected
(DirectionsStartSearchResult result) Called when the search completes.