Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
uri_constants.cpp
Go to the documentation of this file.
1// Copyright (C) 2015 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3#include "uri_constants.h"
4
6
7const QString ROUTING_HOST = QLatin1String("route.ls.hereapi.com");
8const QString GEOCODING_HOST = QLatin1String("geocoder.ls.hereapi.com");
9const QString REVERSE_GEOCODING_HOST = QLatin1String("reverse.geocoder.ls.hereapi.com");
10const QString PLACES_HOST = QLatin1String("places.ls.hereapi.com");
11const QString MAP_TILES_HOST = QLatin1String("1-4.base.maps.ls.hereapi.com");
12const QString MAP_TILES_HOST_AERIAL = QLatin1String("1-4.aerial.maps.ls.hereapi.com");
13
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
QLatin1StringView QLatin1String
Definition qstringfwd.h:31
const QString PLACES_HOST
const QString MAP_TILES_HOST
const QString REVERSE_GEOCODING_HOST
const QString MAP_TILES_HOST_AERIAL
const QString GEOCODING_HOST
QT_BEGIN_NAMESPACE const QString ROUTING_HOST