Street View Java Helper
object StreetViewJavaHelper
A helper object to call the suspend function fetchStreetViewData
from Java.
Types
Link copied to clipboard
interface StreetViewCallback
A callback interface to receive the result of the Street View data fetch.
Functions
Link copied to clipboard
fun fetchStreetViewData(latLng: LatLng, apiKey: String, callback: StreetViewJavaHelper.StreetViewCallback)
Fetches Street View data for the given location and returns the result via a callback.