MapsIndoors iOS SDK V3
|
#include <MPGeometry.h>
Properties | |
NSString< Optional > * | type |
NSArray * | coordinates |
NSArray< NSNumber * >< Optional > * | bbox |
Basic geometry class holding one or more coordinate sets
|
readwritenonatomicstrong |
Optional bounding box for the geometry object. If present, it contains two coordinates: [ longitude1, latitude1, longitude2, latitude2 ]
|
readwritenonatomicstrong |
Array holding one or more coordinate sets (if so, the array will be an array of arrays)
|
readwritenonatomicstrong |
Type of data (equals Geometry)