4#include <QtCore/QLoggingCategory>
5#include <QtPositioning/QGeoCoordinate>
23 bool altitudeRequired,
24 QGeoCoordinate &coordinate,
31 QJsonValue &jsonValue);
Q_DECLARE_LOGGING_CATEGORY(AndroidSerialLog)
ShapeFileHelper::ShapeType determineShapeType(const QString &filePath, QString &errorString)
bool loadPolylineFromFile(const QString &filePath, QList< QGeoCoordinate > &coords, QString &errorString)
bool loadGeoJsonCoordinate(const QJsonValue &jsonValue, bool altitudeRequired, QGeoCoordinate &coordinate, QString &errorString)
returned error string if load failure
void saveGeoJsonCoordinate(const QGeoCoordinate &coordinate, bool writeAltitude, QJsonValue &jsonValue)
json value to save to
bool loadPolygonFromFile(const QString &filePath, QList< QGeoCoordinate > &vertices, QString &errorString)