MapstedMapBounds
public class MapstedMapBounds
                - 
                  
                  
Declaration
Swift
public var avoidZoomingOutTooFar: Bool { get set } - 
                  
                  
Declaration
Swift
public init(min: MNMercator, max: MNMercator) - 
                  
                  
Minimum map bounds
Declaration
Swift
public var _min: MNMercator { get }Return Value
the minValue
 - 
                  
                  
Maximum map bounds
Declaration
Swift
public var _max: MNMercator { get }Return Value
the minValue
 - 
                  
                  
Declaration
Swift
public func getDeltaX() -> Double - 
                  
                  
Declaration
Swift
public func getDeltaY() -> Double - 
                  
                  
Declaration
Swift
public func getArea() -> Double - 
                  
                  
Declaration
Swift
public func getCentroid() -> MNMercator - 
                  
                  
Declaration
Swift
public func doesIntersect(withBounds bounds: MapstedMapBounds) -> Bool - 
                  
                  
Declaration
Swift
public func getZoomByMapBounds() -> Double 
      MapstedMapBounds Class Reference