no need to internalize these
This commit is contained in:
parent
083932abac
commit
ff8e1801bf
@ -30,24 +30,24 @@ public class Tag {
|
|||||||
/**
|
/**
|
||||||
* The key of the name OpenStreetMap tag.
|
* The key of the name OpenStreetMap tag.
|
||||||
*/
|
*/
|
||||||
public static final String TAG_KEY_NAME = "name".intern();
|
public static final String TAG_KEY_NAME = "name";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The key of the reference OpenStreetMap tag.
|
* The key of the reference OpenStreetMap tag.
|
||||||
*/
|
*/
|
||||||
public static final String TAG_KEY_REF = "ref".intern();
|
public static final String TAG_KEY_REF = "ref";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The key of the elevation OpenStreetMap tag.
|
* The key of the elevation OpenStreetMap tag.
|
||||||
*/
|
*/
|
||||||
public static final String TAG_KEY_ELE = "ele".intern();
|
public static final String TAG_KEY_ELE = "ele";
|
||||||
|
|
||||||
public static final String TAG_KEY_AMENITY = "amenity".intern();
|
public static final String TAG_KEY_AMENITY = "amenity";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The key of the elevation OpenStreetMap tag.
|
* The key of the elevation OpenStreetMap tag.
|
||||||
*/
|
*/
|
||||||
public static final String TAG_KEY_BUILDING = "building".intern();
|
public static final String TAG_KEY_BUILDING = "building";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The key of this tag.
|
* The key of this tag.
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user