I installed PlaceAutocomplete in my application and get latitude and longitude from it . Everything works perfectly.
An example of a screen as I want to add a button to auto-locate. 
Intent intent = new PlaceAutocomplete.IntentBuilder(PlaceAutocomplete.MODE_OVERLAY).build(this); startActivityForResult(intent, AUTOCOMPLETE_REQUEST); Now I would like to add a button that automatically locates how to do this?
PlaceAutocomplete, if you need a completely different functionality, and that's why nothing is indicated on it. What is the actual problem? - iFr0z