MapKit Mobile SDK

MMKNavigationBalloonImageProvider

protocol MMKNavigationBalloonImageProvider : NSObjectProtocol

Undocumented

Summary

Instance methods

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

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

Instance methods

geometriesForBalloon(with:scaleFactor:isNightMode:)

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

returns geometry for all possible anchor placements


createImage(with:anchor:scaleFactor:isNightMode:)

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

Undocumented