From 5cad7613e410fd6f112674e364310b9c3a49fb45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Lo=CC=81pez=20Man=CC=83as?= Date: Fri, 20 Oct 2023 18:29:51 +0200 Subject: [PATCH] doc: updated documentation --- .../src/main/java/com/google/maps/android/StreetViewUtil.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/src/main/java/com/google/maps/android/StreetViewUtil.kt b/library/src/main/java/com/google/maps/android/StreetViewUtil.kt index 8717a1a39..21b8fbf9a 100644 --- a/library/src/main/java/com/google/maps/android/StreetViewUtil.kt +++ b/library/src/main/java/com/google/maps/android/StreetViewUtil.kt @@ -37,8 +37,8 @@ class StreetViewUtils { * * @param latLng Location to check * @param apiKey Maps API Key - * @return A Status value specifying if the location is available on Street View or not, or - * whether the used key is a right one. + * @return A Status value specifying if the location is available on Street View or not, + * whether the used key is a right one, or any other error. */ suspend fun fetchStreetViewData(latLng: LatLng, apiKey: String): Status { val urlString =