-
public class StreetViewUtils.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static StreetViewUtils.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StatusfetchStreetViewData(LatLng latLng, String apiKey, Source source)This function will check whether a location is available on StreetView or not. -
-
Method Detail
-
fetchStreetViewData
final Status fetchStreetViewData(LatLng latLng, String apiKey, Source source)
This function will check whether a location is available on StreetView or not.
- Parameters:
latLng- TheLatLngobject representing the location for which you want to fetch Street View data.apiKey- The API key for Google Maps services.source- The source of the Street View panorama.
-
-
-
-