5#ifndef QMAPLIBRE_SOURCE_PARAMETER_H
6#define QMAPLIBRE_SOURCE_PARAMETER_H
8#include "style_parameter.hpp"
10#include <QMapLibre/Export>
12#include <QtCore/QObject>
13#include <QtCore/QString>
23 [[nodiscard]] QString type()
const;
24 void setType(
const QString &type);
A helper utility to create an additional map data source in the Map.
Definition source_parameter.hpp:17
QString m_type
Type of the source configured.
Definition source_parameter.hpp:27
A base class to pass style parameters to Map.
Definition style_parameter.hpp:16
Definition geojson.cpp:10