MMKPanoramaSpanChangeDelegate
Warning
This feature is available in the Full MapKit SDK version
|
protocol MMKPanoramaSpanChangeDelegate : NSObjectProtocol |
Listener to handle the change in panorama span.
Summary
Instance methods
|
func onPanoramaSpanChanged(with player: MMKPanoramaPlayer) |
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. |