MapView
public class MapView : MLNMapView
-
Declaration
Swift
public weak var mapDelegate: WemapMapViewDelegate?
-
Declaration
Swift
public private(set) var buildingManager: BuildingManager! { get }
-
Declaration
Swift
public private(set) var pointOfInterestManager: PointOfInterestManager! { get }
-
Declaration
Swift
public private(set) var itineraryManager: ItineraryManager! { get }
-
Declaration
Swift
public private(set) lazy var navigationManager: NavigationManager { get set }
-
Declaration
Swift
public private(set) lazy var userLocationManager: UserLocationManager { get set }
-
Declaration
Swift
public var mapData: MapData? { get set }
-
Declaration
Swift
public var cameraBounds: MLNCoordinateBounds? { get set }
-
Declaration
Swift
override public init(frame: CGRect)
-
Declaration
Swift
override public init(frame: CGRect, styleURL: URL?)
-
Declaration
Swift
override public func showAttribution(_ sender: Any)
-
Declaration
Swift
public func setCenter(_ coordinate: CLLocationCoordinate2D, zoomLevel: Double, edgePadding: UIEdgeInsets, animated: Bool = true)