MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Properties | List of all members
MPGeometry Class Reference

#include <MPGeometry.h>

Inheritance diagram for MPGeometry:
MPLineGeometry MPPoint MPPolygonGeometry MPVector

Properties

NSString< Optional > * type
 
NSArray * coordinates
 
NSArray< NSNumber * >< Optional > * bbox
 

Detailed Description

Basic geometry class holding one or more coordinate sets

Property Documentation

◆ bbox

- (NSArray<NSNumber*><Optional> *) bbox
readwritenonatomicstrong

Optional bounding box for the geometry object. If present, it contains two coordinates: [ longitude1, latitude1, longitude2, latitude2 ]

◆ coordinates

- (NSArray*) coordinates
readwritenonatomicstrong

Array holding one or more coordinate sets (if so, the array will be an array of arrays)

◆ type

- (NSString<Optional>*) type
readwritenonatomicstrong

Type of data (equals Geometry)