map2d_widget
src
core
providerstrings.h
Go to the documentation of this file.
1
12
/*
13
* This program is free software; you can redistribute it and/or modify
14
* it under the terms of the GNU General Public License as published by
15
* the Free Software Foundation; either version 3 of the License, or
16
* (at your option) any later version.
17
*
18
* This program is distributed in the hope that it will be useful, but
19
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
20
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21
* for more details.
22
*
23
* You should have received a copy of the GNU General Public License along
24
* with this program; if not, write to the Free Software Foundation, Inc.,
25
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26
*/
27
#ifndef PROVIDERSTRINGS_H
28
#define PROVIDERSTRINGS_H
29
30
#include <QString>
31
32
33
namespace
core
{
34
class
ProviderStrings
35
{
36
public
:
37
ProviderStrings
();
38
static
const
QString
levelsForSigPacSpainMap
[];
39
QString
GoogleMapsAPIKey
;
40
// Google version strings
41
QString
VersionGoogleMap
;
42
QString
VersionGoogleSatellite
;
43
QString
VersionGoogleLabels
;
44
QString
VersionGoogleTerrain
;
45
QString
SecGoogleWord
;
46
47
// Google (China) version strings
48
QString
VersionGoogleMapChina
;
49
QString
VersionGoogleSatelliteChina
;
50
QString
VersionGoogleLabelsChina
;
51
QString
VersionGoogleTerrainChina
;
52
53
// Google (Korea) version strings
54
QString
VersionGoogleMapKorea
;
55
QString
VersionGoogleSatelliteKorea
;
56
QString
VersionGoogleLabelsKorea
;
57
62
63
64
// Yahoo version strings
65
QString
VersionYahooMap
;
66
QString
VersionYahooSatellite
;
67
QString
VersionYahooLabels
;
68
69
// BingMaps
70
QString
VersionBingMaps
;
71
72
// YandexMap
73
QString
VersionYandexMap
;
74
75
76
81
QString
BingMapsClientToken
;
82
};
83
84
}
85
#endif // PROVIDERSTRINGS_H
core::ProviderStrings::VersionYahooLabels
QString VersionYahooLabels
Definition:
providerstrings.h:67
core::ProviderStrings::VersionGoogleSatelliteChina
QString VersionGoogleSatelliteChina
Definition:
providerstrings.h:49
core::ProviderStrings::VersionGoogleLabelsChina
QString VersionGoogleLabelsChina
Definition:
providerstrings.h:50
core::ProviderStrings::VersionGoogleTerrainChina
QString VersionGoogleTerrainChina
Definition:
providerstrings.h:51
core::ProviderStrings::VersionGoogleMapKorea
QString VersionGoogleMapKorea
Definition:
providerstrings.h:54
core::ProviderStrings::VersionBingMaps
QString VersionBingMaps
Definition:
providerstrings.h:70
core::ProviderStrings
Definition:
providerstrings.h:34
core::ProviderStrings::GoogleMapsAPIKey
QString GoogleMapsAPIKey
Definition:
providerstrings.h:39
core::ProviderStrings::VersionGoogleTerrain
QString VersionGoogleTerrain
Definition:
providerstrings.h:44
core
Definition:
accessmode.h:35
core::ProviderStrings::ProviderStrings
ProviderStrings()
Definition:
providerstrings.cpp:38
core::ProviderStrings::VersionGoogleSatelliteKorea
QString VersionGoogleSatelliteKorea
Definition:
providerstrings.h:55
core::ProviderStrings::SecGoogleWord
QString SecGoogleWord
Definition:
providerstrings.h:45
core::ProviderStrings::BingMapsClientToken
QString BingMapsClientToken
Bing Maps Customer Identification, more info here http://msdn.microsoft.com/en-us/library/bb924353.aspx
Definition:
providerstrings.h:81
core::ProviderStrings::VersionGoogleSatellite
QString VersionGoogleSatellite
Definition:
providerstrings.h:42
core::ProviderStrings::VersionYahooSatellite
QString VersionYahooSatellite
Definition:
providerstrings.h:66
core::ProviderStrings::VersionGoogleLabels
QString VersionGoogleLabels
Definition:
providerstrings.h:43
core::ProviderStrings::VersionGoogleLabelsKorea
QString VersionGoogleLabelsKorea
Definition:
providerstrings.h:56
core::ProviderStrings::VersionYahooMap
QString VersionYahooMap
Google Maps API generated using http://greatmaps.codeplex.com/ from http://code.google.com/intl/en-us/apis/maps/signup.html
Definition:
providerstrings.h:65
core::ProviderStrings::VersionYandexMap
QString VersionYandexMap
Definition:
providerstrings.h:73
core::ProviderStrings::levelsForSigPacSpainMap
static const QString levelsForSigPacSpainMap[]
Definition:
providerstrings.h:38
core::ProviderStrings::VersionGoogleMapChina
QString VersionGoogleMapChina
Definition:
providerstrings.h:48
core::ProviderStrings::VersionGoogleMap
QString VersionGoogleMap
Definition:
providerstrings.h:41
Generated by
1.8.13