| | 998 | is_right_hand_traffic() [''since 7193'']:: |
| | 999 | Check if there is left-hand or right-hand traffic at the current location. Returns true, if there is right-hand traffic at the current location. |
| | 1000 | number_of_tags() [''since 7237'']:: |
| | 1001 | returns the number of tags for the current OSM object |
| | 1002 | print(o) [''since 7237'']:: |
| | 1003 | prints a string representation of `o` to the command line (for debugging) |
| | 1004 | println(o) [''since 7237'']:: |
| | 1005 | prints a string representation of `o` to the command line, followed by a new line (for debugging) |