orientationToPoint method
Returns a screen location that corresponds to an orientationStreetViewPanoramaOrientation.
Implementation
Future<Point> orientationToPoint(int viewId,
{StreetViewPanoramaOrientation? orientation}) {
throw UnimplementedError('orientationToPoint() has not been implemented.');
}