26 #ifndef __TERRALIB_ADDRESSGEOCODING_INTERNAL_CONFIGINPUTADDRESSDIALOG_H
27 #define __TERRALIB_ADDRESSGEOCODING_INTERNAL_CONFIGINPUTADDRESSDIALOG_H
30 #include "../../dataaccess/datasource/DataSource.h"
31 #include "../../dataaccess/datasource/DataSourceInfo.h"
32 #include "../../datatype/Property.h"
33 #include "../../maptools/AbstractLayer.h"
34 #include "../Config.h"
44 namespace Ui {
class ConfigInputAddressDialogForm; }
51 namespace addressgeocoding
108 std::string streetType,
109 std::string streetTitle,
110 std::string streetName,
112 std::string neighborhood,
113 std::string postalCode);
116 std::string& streetType,
117 std::string& streetTitle,
118 std::string& streetName,
120 std::string& neighborhood,
121 std::string& postalCode);
125 std::unique_ptr<Ui::ConfigInputAddressDialogForm>
m_ui;
boost::shared_ptr< DataSource > DataSourcePtr
#define TEADDRESSGEOCODINGEXPORT
You can use this macro in order to export/import classes and functions from this module.