Package 

Object StreetViewJavaHelper


  • 
    public class StreetViewJavaHelper
    
                        

    A helper object to call the suspend function fetchStreetViewData from Java.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public interface StreetViewJavaHelper.StreetViewCallback

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

    • Method Summary

      Modifier and Type Method Description
      final static Unit fetchStreetViewData(LatLng latLng, String apiKey, StreetViewJavaHelper.StreetViewCallback callback) Fetches Street View data for the given location and returns the result via a callback.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • fetchStreetViewData

         final static Unit fetchStreetViewData(LatLng latLng, String apiKey, StreetViewJavaHelper.StreetViewCallback callback)

        Fetches Street View data for the given location and returns the result via a callback.

        Parameters:
        latLng - The location to fetch Street View data for.
        apiKey - The API key to use for the request.
        callback - The callback to receive the result.