Skip to content

Commit

Permalink
doc: updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Oct 20, 2023
1 parent 51e9f04 commit 5cad761
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 5cad761

Please sign in to comment.