/home/martin/workspace/OpenStreetNav/src/elements/ObjectType.h
Go to the documentation of this file.
00001 /*
00002  * ObjectType.h
00003  *
00004  *  Created on: Nov 5, 2011
00005  *      Author: martin
00006  */
00007 
00008 #ifndef OBJECTTYPE_H_
00009 #define OBJECTTYPE_H_
00010 
00011 namespace osm
00012 {
00013 
00014 enum class ObjectType
00015 {
00016     Node = 1,
00017     Way = 2,
00018     Relation = 3
00019 };
00020 
00021 }
00022 
00023 #endif /* OBJECTTYPE_H_ */
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines