YMKNavigationBalloonImageProvider

protocol YMKNavigationBalloonImageProvider : NSObjectProtocol

Undocumented

Summary

Instance methods

func geometriesForBalloon(with balloon: YMKBalloon,
                           scaleFactor: Float,
                           isNightMode: Bool) -> [YMKBalloonGeometry]
returns geometry for all possible anchor placements

func createImage(with balloon: YMKBalloon,
                       anchor: YMKBalloonAnchor,
                  scaleFactor: Float,
                  isNightMode: Bool) -> UIImage
Undocumented

Instance methods

geometriesForBalloon(with:scaleFactor:isNightMode:)

func geometriesForBalloon(with balloon: YMKBalloon,
                           scaleFactor: Float,
                           isNightMode: Bool) -> [YMKBalloonGeometry]

returns geometry for all possible anchor placements


createImage(with:anchor:scaleFactor:isNightMode:)

func createImage(with balloon: YMKBalloon,
                       anchor: YMKBalloonAnchor,
                  scaleFactor: Float,
                  isNightMode: Bool) -> UIImage

Undocumented


Следующая