All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Enumerations | Functions | Variables
Eegeo::Resources::PlaceNames Namespace Reference

Place name resources. More...

Classes

class  PlaceNamesViewFilter
 
class  PlaceNameRenderable
 
class  IPlaceNameLabelAnchorCategoryMapper
 
struct  PlaceNameCategoryStyle
 
struct  PlaceNameData
 
class  PlaceNameLabelAnchorCategoryMapper
 
class  PlaceNameLabelBuilder
 
class  PlaceNameModel
 
class  PlaceNameParser
 
class  PlaceNamesBuilder
 
class  PlaceNamesBuilderOutput
 
class  PlaceNamesCell
 
class  PlaceNamesController
 
class  PlaceNamesControllerFactory
 
class  PlaceNamesMaterial
 
class  PlaceNamesRepository
 
class  PlaceNamesStreaming
 
class  PlaceNamesTransforms
 
class  PlaceNameView
 
class  PlaceNameViewBuilder
 

Enumerations

enum  PlaceNameCategory {
  PlaceNameCategoryUnknown = 0, PlaceNameCategoryCountry = 1, PlaceNameCategoryState = 2, PlaceNameCategoryCounty = 3,
  PlaceNameCategoryCityCapital = 4, PlaceNameCategoryCity = 5, PlaceNameCategoryPark = 6, PlaceNameCategoryAirport = 7,
  PlaceNameCategoryDistrict = 8, PlaceNameCategoryGolfCourse = 9, PlaceNameCategoryPlaceOfInterest = 10, PlaceNameCategorySmallDistrict = 11,
  PlaceNameCategoryStation = 12, PlaceNameCategoryRouteName = 13, PlaceNameCategoryFacility = 14, PlaceNameCategoryCrossing = 15
}
 
enum  IconCodepoint {
  NONE = 0, TRAFFIC_LIGHTS = 9985, PARK = 9986, AIRPORT = 9987,
  STATION = 9988, STAR = 9989, GOLF = 9990, COFFEE = 9991,
  FOOD = 9992, GAS_STATION = 9993, NIGHTLIFE = 9994, FERRY = 9995
}
 

Functions

void convertLettersToUppercase (char &c)
 
bool ShouldRemove (const PlaceNameModel *pPlaceNameModel)
 
PlaceNameViewViewFromPlaceNameModel (PlaceNameModel *pPlaceNameModel)
 

Variables

const std::string ICON_STYLE_NONE = "no"
 
const std::string ICON_STYLE_AIRPORT = "ap"
 
const std::string ICON_STYLE_GOLF = "gc"
 
const std::string ICON_STYLE_PARK = "pk"
 
const std::string ICON_STYLE_STAR = "st"
 
const std::string ICON_STYLE_STATION = "tr"
 
const std::string ICON_STYLE_TRAFFIC_LIGHTS = "tl"
 
const int PlaceNamesChunkMinVersion = 1
 
const int PlaceNamesChunkMaxVersion = 3
 
const float OtherSideOfWorldDotProdThreshold = 0.7f
 

Detailed Description

Place name resources.