MMKPanoramaTextMarker
Warning
This feature is available in the Full MapKit SDK version
|
class MMKPanoramaTextMarker : NSObject |
Text marker struct
Summary
Class methods
|
 init(angularPosition: MMKDirection, shortLabel: String, fullLabel: String) |
Properties
|
var angularPosition: MMKDirection { get } |
|
var shortLabel: String { get } |
|
var fullLabel: String { get } |
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'