AutocompleteSupportFragment not returning results
问题 Bellow is my code for your reference... I followed this from some example provided in a blog.. SupportMapFragment mapFragment = (SupportMapFragment) this.getChildFragmentManager().findFragmentById(R.id.map); mapFragment.getMapAsync(this); try { Places.initialize(mContext, getString(R.string.google_maps_key)); PlacesClient placesClient = Places.createClient(mContext); // Initialize the AutocompleteSupportFragment. AutocompleteSupportFragment autocompleteFragment = (AutocompleteSupportFragment)