All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PlaceNameIcons.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 #include <string>
6 
7 namespace Eegeo
8 {
9  namespace Resources
10  {
11  namespace PlaceNames
12  {
13  const std::string ICON_STYLE_NONE = "no";
14  const std::string ICON_STYLE_AIRPORT = "ap";
15  const std::string ICON_STYLE_GOLF = "gc";
16  const std::string ICON_STYLE_PARK = "pk";
17  const std::string ICON_STYLE_STAR = "st";
18  const std::string ICON_STYLE_STATION = "tr";
19  const std::string ICON_STYLE_TRAFFIC_LIGHTS = "tl";
20  }
21  }
22 }