CitySDK iOS Library
 All Classes Functions Variables Enumerations Enumerator Properties
Instance Methods | Properties | List of all members
PolygonContent Class Reference

Container of a polygon. A polygon is no more than a list of LocationContent. More...

Inheritance diagram for PolygonContent:
<GeometryContent>

Instance Methods

(void) - addLocation:
 Adds a location to the polygon. More...
 
- Instance Methods inherited from <GeometryContent>
(int) - getNumGeo
 Gets the number of geometries of the object which implements this protocol. More...
 

Properties

NSMutableArray * values
 

Detailed Description

Container of a polygon. A polygon is no more than a list of LocationContent.

Author
Pedro Cruz

Method Documentation

- (void) addLocation: (LocationContent *)  location

Adds a location to the polygon.

Parameters
locationthe location to be added

The documentation for this class was generated from the following files: