Skip to content

Instantly share code, notes, and snippets.

@alvareztech
Created March 27, 2016 01:38
Show Gist options
  • Select an option

  • Save alvareztech/91ad4f0b499449736041 to your computer and use it in GitHub Desktop.

Select an option

Save alvareztech/91ad4f0b499449736041 to your computer and use it in GitHub Desktop.
ZXing generate QR code. Location type
Bundle bundle = new Bundle();
bundle.putFloat("LAT", 40.829208f);
bundle.putFloat("LONG", -74.191279f);
IntentIntegrator integrator = new IntentIntegrator(this);
integrator.addExtra("ENCODE_DATA", bundle);
integrator.shareText(bundle.toString(), "LOCATION_TYPE");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment