YMKBoundingBoxHelper
|
class YMKBoundingBoxHelper : NSObject |
Summary
Class methods
|
class func getBoundsWithBbox(_ bbox: YMKBoundingBox) -> YMKBoundingBox |
|
class func getBoundsWith(_ point: YMKPoint) -> YMKBoundingBox |
|
class func getBoundsWith(_ polyline: YMKPolyline) -> YMKBoundingBox |
|
class func getBoundsWith(_ ring: YMKLinearRing) -> YMKBoundingBox |
|
class func getBoundsWith(_ polygon: YMKPolygon) -> YMKBoundingBox |
|
class func getBoundsWithFirst(_ first: YMKBoundingBox, |
Class methods
getBoundsWithBbox(_:)
|
class func getBoundsWithBbox(_ bbox: YMKBoundingBox) -> YMKBoundingBox |
Gets bounds based on a bounding box.
getBoundsWith(_:)
|
class func getBoundsWith(_ point: YMKPoint) -> YMKBoundingBox |
Gets bounds based on a point.
getBoundsWith(_:)
|
class func getBoundsWith(_ polyline: YMKPolyline) -> YMKBoundingBox |
Gets bounds based on a polyline.
getBoundsWith(_:)
|
class func getBoundsWith(_ ring: YMKLinearRing) -> YMKBoundingBox |
Gets bounds based on a linear ring.
getBoundsWith(_:)
|
class func getBoundsWith(_ polygon: YMKPolygon) -> YMKBoundingBox |
Gets bounds based on a polygon.
getBoundsWithFirst(_:second:)
|
class func getBoundsWithFirst(_ first: YMKBoundingBox, |
Gets bounds based on two bounding boxes.