Warning

This feature is available in the Full MapKit SDK version

YMKPanoramaErrorDelegate

@protocol YMKPanoramaErrorDelegate <NSObject>

Listener to handle possible errors.

Summary

Instance methods

- (void)onPanoramaOpenErrorWithPlayer:(nonnull YMKPanoramaPlayer *)player
                                error:(nonnull NSError *)error;

Error notification listener for the panoramaOpen class

Instance methods

onPanoramaOpenErrorWithPlayer:error:

- (void)onPanoramaOpenErrorWithPlayer:(nonnull YMKPanoramaPlayer *)player
                                error:(nonnull NSError *)error;

Error notification listener for the panoramaOpen class. Called if the panorama could not be opened.