|
Online Maps v3
|
The base class of Open Streen Map element. More...
Public Member Functions | |
| 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. | |
Public Attributes | |
| string | id |
| Element ID. | |
| List< OnlineMapsOSMTag > | tags |
| Element tags. | |
The base class of Open Streen Map element.
| string OnlineMapsOSMBase.GetTagValue | ( | string | key | ) |
Get tag value for the key.
| key | Tag key |
| bool OnlineMapsOSMBase.HasTag | ( | string | key, |
| string | value ) |
Checks for the tag with the specified key and value.
| key | Tag key |
| value | Tag value |
| bool OnlineMapsOSMBase.HasTagKey | ( | params string[] | keys | ) |
Checks for the tag with the specified keys.
| keys | Tag keys. |
| bool OnlineMapsOSMBase.HasTags | ( | string | key, |
| params string[] | values ) |
Checks for the tag with the specified key and values.
| key | Tag key |
| values | Tag values |
| bool OnlineMapsOSMBase.HasTagValue | ( | params string[] | values | ) |
Checks for the tag with the specified values.
| values | Tag values |