OYMBox Class Reference

Inherits from OYMGeometry : NSObject
Declared in OYMBox.h
OYMBox.m

Overview

A bounding box, defined by its bottom left corner and its upper right corner.

  bottomLeft

WGS84 bottom left position

@property (nonatomic) OYMLatLng *bottomLeft

Declared In

OYMBox.h

  upperRight

WGS84 upper right position

@property (nonatomic) OYMLatLng *upperRight

Declared In

OYMBox.h

– initWithBottomLeft:andUpperRight:

Default construction.

- (instancetype)initWithBottomLeft:(OYMLatLng *)bl andUpperRight:(OYMLatLng *)ur

Parameters

bl

WGS84 bottom left position

ur

WGS84 upper right position

Declared In

OYMBox.h