YMKMapView
|
class YMKMapView : UIView |
Summary
Instance methods
|
func setNoninteractive(_ is: Bool) |
|
init!(coder aDecoder: NSCoder!) |
|
init!(frame: CGRect) |
Properties
|
var mapWindow: YMKMapWindow! { get } |
|
var transparencySupport: Bool { get set } |
Instance methods
setNoninteractive(_:)
|
func setNoninteractive(_ is: Bool) |
init(coder:)
|
init!(coder aDecoder: NSCoder!) |
init(frame:)
|
init!(frame: CGRect) |
Properties
mapWindow
|
var mapWindow: YMKMapWindow! { get } |
transparencySupport
|
var transparencySupport: Bool { get set } |
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.