MapKit Mobile SDK

MMKPanoramaSpanChangeDelegate

protocol MMKPanoramaSpanChangeDelegate : NSObjectProtocol

Listener to handle the change in panorama span.

Summary

Instance methods

func onPanoramaSpanChanged(with player: MMKPanoramaPlayer)
Called if the user changed the zoom level or the span has been changed by the setSpan() method

Instance methods

onPanoramaSpanChanged(with:)

func onPanoramaSpanChanged(with player: MMKPanoramaPlayer)

Called if the user changed the zoom level or the span has been changed by the setSpan() method.

Parameters

player

Panorama player that sent the event.