(type)
| 298 | } |
| 299 | |
| 300 | function getTypeSpan (type) { |
| 301 | return `<span style='padding: 2px 5px; text-transform: uppercase; color: white; margin-right: 2px; border-radius: 4px; font-size: 0.8em; vertical-align: text-bottom; background-color: ${type['color']}'>${type['type']}</span>` |
| 302 | } |
| 303 | |
| 304 | function openMapDirections (lat, lng) { // eslint-disable-line no-unused-vars |
| 305 | var myLocation = locationMarker.getPosition() |