19@property (nonatomic, readonly, nullable) NSArray<NSArray<NSNumber*>*>*
path;
32@property (nonatomic, readonly, nullable) NSArray<NSArray<NSArray<NSNumber*>*>*>*
holes;
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