Skip to content

Instantly share code, notes, and snippets.

@NinoDLC
Created February 8, 2021 18:51
Show Gist options
  • Save NinoDLC/905814c7dbc4675aef82b45c51e5e5a9 to your computer and use it in GitHub Desktop.
Save NinoDLC/905814c7dbc4675aef82b45c51e5e5a9 to your computer and use it in GitHub Desktop.
@NonNull
private String mapPhotoReference(@NonNull String photoReference) {
//noinspection SpellCheckingInspection
return "https://maps.googleapis.com/maps/api/place/photo?maxwidth=1080"
+ "&photoreference=" + photoReference
+ "&key=" + BuildConfig.GOOGLE_PLACES_KEY;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment