MapsIndoors iOS SDK V3
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Class Methods | List of all members
MPGeometryHelper Class Reference

#include <MPGeometryHelper.h>

Inheritance diagram for MPGeometryHelper:

Class Methods

(NSArray< MPPolygonGeometry * > *_Nullable) + polygonsForLocation:
 

Detailed Description

Geometry helper methods

Method Documentation

◆ polygonsForLocation:

+ (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.

Parameters
locationLocation object to get polygon geometries from
Returns
Array of polygons