getLocation method

Future<StreetViewPanoramaLocation?> getLocation(
  1. int viewId
)

Return position of current panorama and information of near panoramas

Implementation

Future<StreetViewPanoramaLocation?> getLocation(int viewId) {
  throw UnimplementedError('getLocation() has not been implemented.');
}