YMKBalloonView

class YMKBalloonView : NSObject

Undocumented

Summary

Properties

var anchorYMKBalloonAnchor { get }
Undocumented

var balloonYMKBalloon { get }
Undocumented

var isIsVisible: Bool { get }
True if balloon currently visible on the screen

var isIsEnabled: Bool { get set }
If 'true', balloons will be shown whenever it possible

var hostRouteYMKDrivingRoute { get }
The route to which this balloon belongs

var isValid: Bool { get }
Tells if this object is valid or no

Properties

anchor

var anchor: YMKBalloonAnchor { get }

Undocumented


balloon

var balloon: YMKBalloon { get }

Undocumented


isIsVisible

var isIsVisible: Bool { get }

True if balloon currently visible on the screen. Always false if balloon disabled


isIsEnabled

var isIsEnabled: Bool { get set }

If 'true', balloons will be shown whenever it possible. If 'false', balloons will be always hidden. BalloonViewListener.onBalloonContentChanged is called regardless of isEnabled value. RouteView.showBalloons call changes this attribute. Enabled by default.


hostRoute

var hostRoute: YMKDrivingRoute { get }

The route to which this balloon belongs.


isValid

var isValid: Bool { get }

Tells if this object is valid or no. Any method called on an invalid object will throw an exception. The object becomes invalid only on UI thread, and only when its implementation depends on objects already destroyed by now. Please refer to general docs about the interface for details on its invalidation.


Предыдущая
Следующая