How to get current location from Google+ API for Android?
问题 I need to get current location from Google+ API for Android. I have done everything in Google API Console, and linked my app with client ID with SHA1 and package name. I successfully get almost data about user name, profile picture, cover picture, email... But I have problem with location. I can't get user location. I use this scope: mGoogleApiClient = new GoogleApiClient.Builder(this) .addConnectionCallbacks(this) .addOnConnectionFailedListener(this).addApi(Plus.API, null) .addScope(Plus