#include <MPPolygonGeometry.h>
|
NSArray< NSArray< NSNumber * > * > * | path |
|
NSArray< NSArray< NSArray< NSNumber * > * > * > * | holes |
|
NSString< Optional > * | type |
|
NSArray * | coordinates |
|
NSArray< NSNumber * >< Optional > * | bbox |
|
double | area |
|
◆ gmsPathForPath
- (nullable GMSPath *) gmsPathForPath |
|
|
|
Get a GMSPath representing the path of the polygon.
- Returns
- GMSPath
◆ gmsPathsForHoles
- (nullable NSArray< GMSPath * > *) gmsPathsForHoles |
|
|
|
Return an array of GMSPaths for the hole in the polygon.
- Returns
- Array of GMSPaths, nil if the polygon have no holes.
◆ holes
- (NSArray<NSArray<NSArray<NSNumber*>*>*>*) holes |
|
readnonatomicassign |
Optional array of polygon holes. A polygon hole is an array of [longitude, latitude] pairs.
◆ path
- (NSArray<NSArray<NSNumber*>*>*) path |
|
readnonatomicassign |
The polygon boundary. Consists of pairs of [longitude, latitude].