FineLocationPermissionNotGrantedException

public class FineLocationPermissionNotGrantedException

The Android precise location permission (ACCESS_FINE_LOCATION) is required, but has not been granted prior to calling Session.configure(com.google.ar.core.Config) when Config.GeospatialMode is set to Config.GeospatialMode.ENABLED.

See Android documentation on Request location access at runtime for more information on how to request the ACCESS_FINE_LOCATION permission.

Public Constructors

Inherited Methods

Public Constructors

FineLocationPermissionNotGrantedException

public FineLocationPermissionNotGrantedException()

FineLocationPermissionNotGrantedException

public FineLocationPermissionNotGrantedException(
  String message
)

Details
Parameters
message