MMKBalloonGeometry

Warning

This feature is available in the NaviKit SDK version.

class MMKBalloonGeometry : NSObject

Summary

Class methods

 init(anchor: MMKBalloonAnchor,
       width: Float,
      height: Float,
 imageAnchor: CGPoint,
 contentRect: MMKRect,
 balloonRect: MMKRect)

Properties

var anchor: MMKBalloonAnchor { get }

var width: Float { get }
Total balloon image size

var height: Float { get }

var imageAnchor: CGPoint { get }
Anchor inside image rect

var contentRect: MMKRect { get }
area with main information, except leg/borders

var balloonRect: MMKRect { get }
area with balloon, except leg, shadows, etc

Class methods

init(anchor:width:height:imageAnchor:contentRect:balloonRect:)

 init(anchor: MMKBalloonAnchor,
       width: Float,
      height: Float,
 imageAnchor: CGPoint,
 contentRect: MMKRect,
 balloonRect: MMKRect)


Properties

anchor

var anchor: MMKBalloonAnchor { get }


width

var width: Float { get }

Total balloon image size


height

var height: Float { get }


imageAnchor

var imageAnchor: CGPoint { get }

Anchor inside image rect. Coordinates from 0 to 1 are inside the image.


contentRect

var contentRect: MMKRect { get }

area with main information, except leg/borders


balloonRect

var balloonRect: MMKRect { get }

area with balloon, except leg, shadows, etc.