(eb93ee3de85b3d2a797210261ecd59a31c355edc)
#include "qgeopolygon.h"
#include "qgeopolygon_p.h"
#include "qgeopath_p.h"
#include "qgeocircle.h"
#include "qgeocoordinate.h"
#include "qnumeric.h"
#include "qlocationutils_p.h"
#include "qwebmercator_p.h"
#include "qdoublevector2d_p.h"
#include "qdoublevector3d_p.h"
#include "moc_qgeopolygon_p.cpp"
#include "moc_qgeopolygon.cpp"
Go to the source code of this file.
◆ calculatePeripheralPoints()
◆ translatePoly()
◆ kMaxInt
◆ kTooManyElements
Initial value:= u"The polygon has more elements than fit into an int. "
"This can cause errors while querying elements from QML"
Definition at line 25 of file qgeopolygon.cpp.
◆ kTooManyHoles
Initial value:= u"The polygon has more holes than fit into an int. "
"This can cause errors while querying holes from QML"
Definition at line 23 of file qgeopolygon.cpp.