add static 'building' key to Tag

This commit is contained in:
Hannes Janetzek
2013-10-09 01:55:49 +02:00
parent de88c33701
commit 2f3ae3e7c0
2 changed files with 26 additions and 9 deletions
+5
View File
@@ -42,6 +42,11 @@ public class Tag {
*/
public static final String TAG_KEY_ELE = "ele".intern();
/**
* The key of the elevation OpenStreetMap tag.
*/
public static final String TAG_KEY_BUILDING = "building".intern();
/**
* The key of this tag.
*/