using this 'mGoogleApi = GoogleApiClient.Builder(t...
# android
e
using this 'mGoogleApi = GoogleApiClient.Builder(this) .addConnectionCallbacks(this) .addOnConnectionFailedListener(this) .addApi(LocationServices.API) .build() mGoogleApi.connect()' to create the client