Class for OSM Way.
More...
|
| string | GetTagValue (string key) |
| | Gets tag value by key. More...
|
| |
| bool | HasTag (string key, string value) |
| | Checks tag with the specified pair (key, value). More...
|
| |
| bool | HasTagKey (params string[] keys) |
| | Checks whether there is a tag with at least one of the keys. More...
|
| |
| bool | HasTagValue (params string[] values) |
| | Checks whether there is a tag with at least one of the values. More...
|
| |
| bool | HasTags (string key, params string[] values) |
| | Checks whether there is a tag with key and at least one of the values. More...
|
| |
◆ nodeRefs
| List<string> InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMWay.nodeRefs |