orientationToPoint method
Future<Point<num> >
orientationToPoint(
- int viewId, {
- 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.');
}