StreetViewCallback

A callback interface to receive the result of the Street View data fetch.

Functions

Link copied to clipboard
abstract fun onStreetViewError(e: Exception)

Called when there is an error fetching the Street View data.

Link copied to clipboard
abstract fun onStreetViewResult(status: Status)

Called when the Street View data is fetched successfully.