MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKSearchPanorama

class MMKSearchPanorama : NSObject

Panorama info.

Summary

Class methods

 init(id: String, direction: MMKDirection, span: MMKSpan, point: MMKPoint)

Properties

var id: String { get }
Machine readable panorama identifier

var directionMMKDirection { get }
Direction of the panorama center

var spanMMKSpan { get }
H-Span and V-Span hints for the panorama player

var pointMMKPoint { get }
Panorama point

Class methods

init(id:direction:span:point:)

 init(id: String, direction: MMKDirection, span: MMKSpan, point: MMKPoint)


Properties

id

var id: String { get }

Machine readable panorama identifier.


direction

var direction: MMKDirection { get }

Direction of the panorama center.


span

var span: MMKSpan { get }

H-Span and V-Span hints for the panorama player.


point

var point: MMKPoint { get }

Panorama point.