StreetViewLocation constructor

StreetViewLocation({
  1. String pano,
  2. String? description,
  3. LatLng? latLng,
  4. String? shortDescription,
})

Implementation

external StreetViewLocation({
  String pano,
  String? description,
  LatLng? latLng,
  String? shortDescription,
});