KItinerary::Place

Search for usage in LXR

KItinerary::Place Class Reference

#include <place.h>

Inheritance diagram for KItinerary::Place:

Properties

KItinerary::PostalAddress address
 
KItinerary::GeoCoordinates geo
 
QUrl geoUri
 
QString identifier
 
QString name
 
QString telephone
 

Public Member Functions

QUrl geoUri () const
 

Detailed Description

Base class for places.

See also
https://schema.org/Place

Definition at line 68 of file place.h.

Property Documentation

◆ address

KItinerary::PostalAddress KItinerary::Place::address
readwrite

Definition at line 72 of file place.h.

◆ geo

KItinerary::GeoCoordinates KItinerary::Place::geo
readwrite

Definition at line 73 of file place.h.

◆ geoUri

QUrl KItinerary::Place::geoUri
read
See also
LocationUtil::geoUri()

Definition at line 88 of file place.h.

◆ identifier

QString KItinerary::Place::identifier
readwrite

Identifier.

We use the following schemas currently:

Definition at line 85 of file place.h.

◆ name

QString KItinerary::Place::name
readwrite

Definition at line 71 of file place.h.

◆ telephone

QString KItinerary::Place::telephone
readwrite

Definition at line 74 of file place.h.

Member Function Documentation

◆ geoUri()

QUrl KItinerary::Place::geoUri ( ) const

Definition at line 88 of file place.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:49 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.