orientationToPoint method

Future<Point<num>> orientationToPoint(
  1. int viewId, {
  2. StreetViewPanoramaOrientation? orientation,
})

Returns a screen location that corresponds to an orientationStreetViewPanoramaOrientation.

Implementation

Future<Point> orientationToPoint(int viewId,
    {StreetViewPanoramaOrientation? orientation}) {
  throw UnimplementedError('orientationToPoint() has not been implemented.');
}