libosmscout 1.1.1
Loading...
Searching...
No Matches
LaneTurn.h
Go to the documentation of this file.
1#ifndef OSMSCOUT_UTIL_LANE_TURN_H
2#define OSMSCOUT_UTIL_LANE_TURN_H
3
4/*
5 This source is part of the libosmscout library
6 Copyright (C) 2023 Lukas Karas
7
8 This library is free software; you can redistribute it and/or
9 modify it under the terms of the GNU Lesser General Public
10 License as published by the Free Software Foundation; either
11 version 2.1 of the License, or (at your option) any later version.
12
13 This library is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 Lesser General Public License for more details.
17
18 You should have received a copy of the GNU Lesser General Public
19 License along with this library; if not, write to the Free Software
20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21*/
22
23#include <cstdint>
24#include <string>
25
27
28namespace osmscout {
29
35
67
69}
70
71#endif //OSMSCOUT_UTIL_LANE_TURN_H
#define OSMSCOUT_API
Definition CoreImportExport.h:45
LaneTurn
Definition LaneTurn.h:47
@ MergeToRight
Definition LaneTurn.h:62
@ Through_SlightLeft
Definition LaneTurn.h:55
@ Through_SharpLeft
Definition LaneTurn.h:56
@ MergeToLeft
Definition LaneTurn.h:51
@ Through_Left
Definition LaneTurn.h:54
@ SharpRight
Definition LaneTurn.h:64
@ Through_SharpRight
Definition LaneTurn.h:60
@ SlightRight
Definition LaneTurn.h:63
@ None
Definition LaneTurn.h:49
@ Unknown
Definition LaneTurn.h:65
@ Through_SlightRight
Definition LaneTurn.h:59
@ Right
Definition LaneTurn.h:61
@ Left
Definition LaneTurn.h:50
@ SharpLeft
Definition LaneTurn.h:53
@ Null
Definition LaneTurn.h:48
@ Through
Definition LaneTurn.h:57
@ Through_Right
Definition LaneTurn.h:58
@ SlightLeft
Definition LaneTurn.h:52
Definition Area.h:39
std::string OSMSCOUT_API LaneTurnString(LaneTurn turn)