ExpandableMapView

public final class ExpandableMapView : MapView

ExpandableMapView is used to add full screen function to the map view.

Author

Adamas

Version

1.5.0

Date

09/09/2019
  • The icon on the collapse button.

    Declaration

    Swift

    public var collapseIcon: UIImage? { get set }
  • The origin of the collapse button.

    Declaration

    Swift

    public var collapseIconFrame: CGRect { get set }
  • The radius of the background view.

    Declaration

    Swift

    public var collapseButtonBackgroundRadius: Int { get set }
  • The background margin.

    Declaration

    Swift

    public var collapseButtonBackgroundMargin: Int { get set }
  • Undocumented

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)
  • Undocumented

    Declaration

    Swift

    public override init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    public override func prepareForInterfaceBuilder()
  • Declaration

    Swift

    public var isExpandable: Bool { get set }
  • Declaration

    Swift

    @objc
    public func expand()
  • Declaration

    Swift

    @objc
    public func collapse()