SFLineString
A Curve that connects two or more points in space.
- 
                  
                  Array of points DeclarationObjective-C @property (nonatomic, strong) NSMutableArray<SFPoint *> *points;Swift var points: NSMutableArray! { get set }
- 
                  
                  Create DeclarationObjective-C + (SFLineString *)lineString;Return Valuenew line string 
- 
                  
                  Create DeclarationObjective-C + (SFLineString *)lineStringWithHasZ:(BOOL)hasZ andHasM:(BOOL)hasM;ParametershasZhas z values hasMhas m values Return Valuenew line string 
- 
                  
                  Create DeclarationObjective-C + (SFLineString *)lineStringWithPoints:(NSMutableArray<SFPoint *> *)points;Parameterspointslist of points Return Valuenew line string 
- 
                  
                  Create DeclarationObjective-C + (SFLineString *)lineStringWithLineString:(SFLineString *)lineString;ParameterslineStringline string Return Valuenew line string 
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)init;Swift init!()Return Valuenew line string 
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)initWithHasZ:(BOOL)hasZ andHasM:(BOOL)hasM;Swift init!(hasZ: Bool, andHasM hasM: Bool)ParametershasZhas z values hasMhas m values Return Valuenew line string 
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)initWithPoints:(NSMutableArray<SFPoint *> *)points;Swift init!(points: NSMutableArray!)Parameterspointslist of points Return Valuenew line string 
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)initWithType:(enum SFGeometryType)geometryType andHasZ:(BOOL)hasZ andHasM:(BOOL)hasM;Swift init!(type geometryType: SFGeometryType, andHasZ hasZ: Bool, andHasM hasM: Bool)ParametersgeometryTypegeometry type hasZhas z values hasMhas m values Return Valuenew line string 
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)initWithLineString:(SFLineString *)lineString;Swift init!(lineString: SFLineString!)ParameterslineStringline string Return Valuenew line string 
- 
                  
                  Add a point Parameterspointpoint 
- 
                  
                  Get the number of points DeclarationObjective-C - (int)numPoints;Swift func numPoints() -> Int32Return Valuepoint count 
- 
                  
                  Returns the Nth point Parametersnnth point to return Return Valuepoint 
 View on GitHub
View on GitHub SFLineString Class Reference
        SFLineString Class Reference