MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPPolygonGeometry.h
Go to the documentation of this file.
1//
2// MPPolygonGeometry.h
3// MapsIndoors
4//
5// Created by Michael Bech Hansen on 07/05/2018.
6// Copyright © 2018 MapsPeople A/S. All rights reserved.
7//
8
9#import "MPGeometry.h"
11
12@class GMSPath;
13
15
19@property (nonatomic, readonly, nullable) NSArray<NSArray<NSNumber*>*>* path;
20
26- (nullable GMSPath*) gmsPathForPath;
27
32@property (nonatomic, readonly, nullable) NSArray<NSArray<NSArray<NSNumber*>*>*>* holes;
33
39- (nullable NSArray<GMSPath*>*) gmsPathsForHoles;
40
41
42@end
Definition MPGeometry.h:15
Definition MPPolygonGeometry.h:14
NSArray< NSArray< NSNumber * > * > * path
Definition MPPolygonGeometry.h:19
nullable GMSPath * gmsPathForPath()
nullable NSArray< GMSPath * > * gmsPathsForHoles()
NSArray< NSArray< NSArray< NSNumber * > * > * > * holes
Definition MPPolygonGeometry.h:32
Definition MPGeometryQueryProtocol.h:16