-
public interface StreetViewJavaHelper.StreetViewCallbackA callback interface to receive the result of the Street View data fetch.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonStreetViewResult(Status status)Called when the Street View data is fetched successfully. abstract UnitonStreetViewError(Exception e)Called when there is an error fetching the Street View data. -
-
Method Detail
-
onStreetViewResult
abstract Unit onStreetViewResult(Status status)
Called when the Street View data is fetched successfully.
- Parameters:
status- The status of the Street View data.
-
onStreetViewError
abstract Unit onStreetViewError(Exception e)
Called when there is an error fetching the Street View data.
- Parameters:
e- The exception that occurred.
-
-
-
-