Skip to content

Instantly share code, notes, and snippets.

@DanishAmjad12
Created October 24, 2018 05:25
Show Gist options
  • Save DanishAmjad12/584e69a03b6f6ea57562af894c1f924f to your computer and use it in GitHub Desktop.
Save DanishAmjad12/584e69a03b6f6ea57562af894c1f924f to your computer and use it in GitHub Desktop.
LocationRequest locationRequest = LocationRequest.create();
locationRequest.setPriority(LocationRequest.PRIORITY_HIGH_ACCURACY);
locationRequest.setInterval(10000);
locationRequest.setFastestInterval(10000 / 2);
LocationSettingsRequest.Builder builder = new LocationSettingsRequest.Builder().addLocationRequest(locationRequest);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment