getLocation method

Return position of current panorama and information of near panoramas

Implementation

Future<StreetViewPanoramaLocation?> getLocation() {
  return _streetViewFlutterPlatform.getLocation(viewId);
}