QGIS API Documentation  3.0.2-Girona (307d082)
Public Member Functions | Public Attributes | List of all members
QgsLayerMetadata::Address Struct Reference

Metadata address structure. More...

#include <qgslayermetadata.h>

Public Member Functions

 Address (const QString &type=QString(), const QString &address=QString(), const QString &city=QString(), const QString &administrativeArea=QString(), const QString &postalCode=QString(), const QString &country=QString())
 Constructor for Address. More...
 
bool operator== (const QgsLayerMetadata::Address &other) const
 

Public Attributes

QString address
 Free-form physical address component, e.g. More...
 
QString administrativeArea
 Administrative area (state, province/territory, etc.). More...
 
QString city
 City or locality name. More...
 
QString country
 Free-form country string. More...
 
QString postalCode
 Postal (or ZIP) code. More...
 
QString type
 Type of address, e.g. More...
 

Detailed Description

Metadata address structure.

Definition at line 175 of file qgslayermetadata.h.

Constructor & Destructor Documentation

◆ Address()

QgsLayerMetadata::Address::Address ( const QString &  type = QString(),
const QString &  address = QString(),
const QString &  city = QString(),
const QString &  administrativeArea = QString(),
const QString &  postalCode = QString(),
const QString &  country = QString() 
)
inline

Constructor for Address.

Definition at line 181 of file qgslayermetadata.h.

Member Function Documentation

◆ operator==()

bool QgsLayerMetadata::Address::operator== ( const QgsLayerMetadata::Address other) const

Definition at line 831 of file qgslayermetadata.cpp.

Member Data Documentation

◆ address

QString QgsLayerMetadata::Address::address

Free-form physical address component, e.g.

'221B Baker St' or 'P.O. Box 196'.

Definition at line 198 of file qgslayermetadata.h.

◆ administrativeArea

QString QgsLayerMetadata::Address::administrativeArea

Administrative area (state, province/territory, etc.).

Definition at line 208 of file qgslayermetadata.h.

◆ city

QString QgsLayerMetadata::Address::city

City or locality name.

Definition at line 203 of file qgslayermetadata.h.

◆ country

QString QgsLayerMetadata::Address::country

Free-form country string.

Definition at line 218 of file qgslayermetadata.h.

◆ postalCode

QString QgsLayerMetadata::Address::postalCode

Postal (or ZIP) code.

Definition at line 213 of file qgslayermetadata.h.

◆ type

QString QgsLayerMetadata::Address::type

Type of address, e.g.

'postal'.

Definition at line 193 of file qgslayermetadata.h.


The documentation for this struct was generated from the following files: