pointToOrientation method
Return the orientationStreetViewPanoramaOrientation that corresponds to a screen location.
Implementation
Future<StreetViewPanoramaOrientation> pointToOrientation(int viewId,
{Point? point}) {
throw UnimplementedError('pointToOrientation() has not been implemented.');
}