Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
TrafficCongestion
TrafficCongestionService.h
1
// Copyright (c) 2014 eeGeo. All rights reserved.
2
3
#pragma once
4
5
#include "ITrafficCongestionService.h"
6
#include "TrafficCongestion.h"
7
8
namespace
Eegeo
9
{
10
namespace
TrafficCongestion
11
{
12
class
TrafficCongestionService
:
public
ITrafficCongestionService
13
{
14
public
:
15
TrafficCongestionService
(
TrafficCongestionModel
& model)
16
: m_model(model)
17
{
18
19
}
20
21
virtual
void
SetCongestionFor(
22
const
Streaming::MortonKey
& key,
23
const
int
roadId,
24
const
CongestionLevel::CongestionLevelValues congestionLevel);
25
26
private
:
27
TrafficCongestionModel
& m_model;
28
};
29
}
30
}
31
Generated on Sat Jun 10 2023 02:00:34 for eeGeo Platform SDK by
1.8.3.1