YMKMapView

class YMKMapView : UIView

Summary

Instance methods

func setNoninteractive(_ is: Bool)

init!(coder aDecoder: NSCoder!)

init!(coder aDecoder: NSCoder!, transparencySupport: Bool)

init!(frame: CGRect)

init!(frame: CGRect, transparencySupport: Bool)

Properties

var mapWindowYMKMapWindow! { get }

var transparencySupport: Bool { get }
When YES, the underlying rendering surface will be non-opaque, allowing views behind the map to show through transparent areas

Instance methods

setNoninteractive(_:)

func setNoninteractive(_ is: Bool)


init(coder:)

init!(coder aDecoder: NSCoder!)


init(coder:transparencySupport:)

init!(coder aDecoder: NSCoder!, transparencySupport: Bool)


init(frame:)

init!(frame: CGRect)


init(frame:transparencySupport:)

init!(frame: CGRect, transparencySupport: Bool)


Properties

mapWindow

var mapWindow: YMKMapWindow! { get }


transparencySupport

var transparencySupport: Bool { get }

When YES, the underlying rendering surface will be non-opaque, allowing views behind the map to show through transparent areas. Must be set before the view is displayed. Default is NO.