orientationToPoint method

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

Returns a screen location that corresponds to an orientationStreetViewPanoramaOrientation.

Implementation

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