MapKit Mobile SDK

MMKPanoramaTextMarker

class MMKPanoramaTextMarker : NSObject

Text marker struct

Summary

Class methods

 init(angularPosition: MMKDirection, shortLabel: String, fullLabel: String)

Properties

var angularPositionMMKDirection { get }
Angular position, degrees

var shortLabel: String { get }
The text displayed in short mode

var fullLabel: String { get }
The text displayed in full mode

Class methods

init(angularPosition:shortLabel:fullLabel:)

 init(angularPosition: MMKDirection, shortLabel: String, fullLabel: String)


Properties

angularPosition

var angularPosition: MMKDirection { get }

Angular position, degrees. (bearing, tilt) (0, 0) - (north, horizon)


shortLabel

var shortLabel: String { get }

The text displayed in short mode. For example, a house name '14b'


fullLabel

var fullLabel: String { get }

The text displayed in full mode. For example, street name + house name 'Lesnaya ul. 14b'