@@ -173,6 +173,7 @@ namespace pal
173
173
* \param y y coordinates of the point
174
174
* \param scale map scale is 1:scale
175
175
* \param lPos pointer to an array of candidates, will be filled by generated candidates
176
+ * \param delta_width delta width
176
177
* \param angle orientation of the label
177
178
* \return the number of generated cadidates
178
179
*/
@@ -189,6 +190,7 @@ namespace pal
189
190
* \param scale map scale is 1:scale
190
191
* \param lPos pointer to an array of candidates, will be filled by generated candidates
191
192
* \param mapShape a pointer to the line
193
+ * \param delta_width delta width
192
194
* \return the number of generated cadidates
193
195
*/
194
196
int setPositionForLine ( double scale, LabelPosition ***lPos, PointSet *mapShape, double delta_width );
@@ -207,6 +209,7 @@ namespace pal
207
209
* \param scale map scale is 1:scale
208
210
* \param lPos pointer to an array of candidates, will be filled by generated candidates
209
211
* \param mapShape a pointer to the polygon
212
+ * \param delta_width delta width
210
213
* \return the number of generated cadidates
211
214
*/
212
215
int setPositionForPolygon ( double scale, LabelPosition ***lPos, PointSet *mapShape, double delta_width );
0 commit comments