map2d_widget
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 {
35  {
36  public:
38  static const QString levelsForSigPacSpainMap[];
40  // Google version strings
45  QString SecGoogleWord;
46 
47  // Google (China) version strings
52 
53  // Google (Korea) version strings
57 
62 
63 
64  // Yahoo version strings
65  QString VersionYahooMap;
68 
69  // BingMaps
70  QString VersionBingMaps;
71 
72  // YandexMap
74 
75 
76 
82  };
83 
84 }
85 #endif // PROVIDERSTRINGS_H
QString VersionYahooLabels
Definition: providerstrings.h:67
QString VersionGoogleSatelliteChina
Definition: providerstrings.h:49
QString VersionGoogleLabelsChina
Definition: providerstrings.h:50
QString VersionGoogleTerrainChina
Definition: providerstrings.h:51
QString VersionGoogleMapKorea
Definition: providerstrings.h:54
QString VersionBingMaps
Definition: providerstrings.h:70
Definition: providerstrings.h:34
QString GoogleMapsAPIKey
Definition: providerstrings.h:39
QString VersionGoogleTerrain
Definition: providerstrings.h:44
ProviderStrings()
Definition: providerstrings.cpp:38
QString VersionGoogleSatelliteKorea
Definition: providerstrings.h:55
QString SecGoogleWord
Definition: providerstrings.h:45
QString BingMapsClientToken
Bing Maps Customer Identification, more info here http://msdn.microsoft.com/en-us/library/bb924353.aspx
Definition: providerstrings.h:81
QString VersionGoogleSatellite
Definition: providerstrings.h:42
QString VersionYahooSatellite
Definition: providerstrings.h:66
QString VersionGoogleLabels
Definition: providerstrings.h:43
QString VersionGoogleLabelsKorea
Definition: providerstrings.h:56
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
QString VersionYandexMap
Definition: providerstrings.h:73
static const QString levelsForSigPacSpainMap[]
Definition: providerstrings.h:38
QString VersionGoogleMapChina
Definition: providerstrings.h:48
QString VersionGoogleMap
Definition: providerstrings.h:41