Class SearchFragment

java.lang.Object
androidx.fragment.app.Fragment
com.arubanetworks.meridian.search.SearchFragment
All Implemented Interfaces:
ComponentCallbacks, View.OnCreateContextMenuListener, ActivityResultCaller, HasDefaultViewModelProviderFactory, LifecycleOwner, ViewModelStoreOwner, androidx.savedstate.SavedStateRegistryOwner, DirectionsStartSearch.DirectionsStartSearchListener

public class SearchFragment extends Fragment implements DirectionsStartSearch.DirectionsStartSearchListener
A Fragment for presenting UI to search for and pick a placemark near the users location.

It is expected the the Activity that hosts this Fragment implements OnSearchResultSelectedListener.