INVLatLngBounds
Objective-C
@interface INVLatLngBounds : NSObject
Swift
class INVLatLngBounds : NSObject
북동쪽, 남서쪽의 위도, 경도 좌표로 구성된 범위 사각형 영역 클래스.
-
현재 사각형 영역에 특정 사각형 영역이 포함되어 있는지 여부를 반환합니다.
Declaration
Objective-C
- (BOOL)containsBounds:(nonnull INVLatLngBounds *)bounds;
Swift
func contains(_ bounds: INVLatLngBounds) -> Bool
-
Deprecated
boundsWithSouthWest:northEast
로 대체됩니다.남서쪽, 북동쪽 좌표로
INVLatLngBounds
객체를 생성합니다.Declaration
Parameters
southWest
남서쪽 좌표.
northEast
북동쪽 좌표.
Return Value
INVLatLngBounds
객체.