fetch Street View Data
fun fetchStreetViewData(latLng: LatLng, apiKey: String, callback: StreetViewJavaHelper.StreetViewCallback)
Fetches Street View data for the given location and returns the result via a callback.
Parameters
lat Lng
The location to fetch Street View data for.
api Key
The API key to use for the request.
callback
The callback to receive the result.