|
| | OnlineMapsOSMNode (OnlineMapsXML node) |
| | Constructor.
|
| |
| string | GetTagValue (string key) |
| | Get tag value for the key.
|
| |
| bool | HasTag (string key, string value) |
| | Checks for the tag with the specified key and value.
|
| |
| bool | HasTagKey (params string[] keys) |
| | Checks for the tag with the specified keys.
|
| |
| bool | HasTagValue (params string[] values) |
| | Checks for the tag with the specified values.
|
| |
| bool | HasTags (string key, params string[] values) |
| | Checks for the tag with the specified key and values.
|
| |
Open Street Map node element class.