MapsIndoors iOS SDK V3
|
#include <MPGeometryHelper.h>
Class Methods | |
(NSArray< MPPolygonGeometry * > *_Nullable) | + polygonsForLocation: |
Geometry helper methods
+ (NSArray< MPPolygonGeometry * > *_Nullable) polygonsForLocation: | (MPLocation *) | location |
Get Location polygon geometries if applicable. Some locations have multi polygons which is why this method returns an array.
location | Location object to get polygon geometries from |