add static 'building' key to Tag

This commit is contained in:
Hannes Janetzek
2013-01-24 22:14:20 +01:00
parent de88c33701
commit 2f3ae3e7c0
2 changed files with 26 additions and 9 deletions

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.
*/