YMKPanoramaArrowConnection
Warning
This feature is available in the Full MapKit SDK version
|
class YMKPanoramaArrowConnection : NSObject |
Summary
Class methods
|
init(angularPosition: YMKDirection, |
Properties
|
var angularPosition: YMKDirection { get } |
|
var label: String { get } |
|
var arrowStyle: YMKPanoramaArrowConnectionStyle { get } |
|
var panoramaId: String { get } |
Class methods
init(angularPosition:label:arrowStyle:panoramaId:)
|
init(angularPosition: YMKDirection, |
Properties
angularPosition
|
var angularPosition: YMKDirection { get } |
Angular position, degrees. (bearing, tilt) (0, 0) - (north, horizon)
label
|
var label: String { get } |
label is shown near the arrow
arrowStyle
|
var arrowStyle: YMKPanoramaArrowConnectionStyle { get } |
Arrow style.
panoramaId
|
var panoramaId: String { get } |
panoramaId is passed as a parameter to the onPanoramaChangeIntent method.