pointToOrientation method
Return the orientationStreetViewPanoramaOrientation that corresponds to a screen location.
Implementation
Future<StreetViewPanoramaOrientation> pointToOrientation(Point point) {
return _streetViewFlutterPlatform.pointToOrientation(viewId, point: point);
}