Click here to open Google Maps.
Click here to check my Android apps, MapsGP.
<SearchView android:id="@+id/keyword" android:layout_width="match_parent" android:layout_height="wrap_content" android:queryHint="Enter keyword"> </SearchView>
@Override
public boolean onQueryTextSubmit(String query) {
return false;
}
@Override
public boolean onQueryTextChange(String newText) {
return false;
}