Package 

Interface StreetViewJavaHelper.StreetViewCallback

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onStreetViewResult(Status status) Called when the Street View data is fetched successfully.
      abstract Unit onStreetViewError(Exception e) Called when there is an error fetching the Street View data.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.