| 1 | <?php |
||
| 17 | final class StaticMapEvents |
||
| 18 | { |
||
| 19 | const HTML = 'map.static'; |
||
| 20 | const CENTER = 'map.static.center'; |
||
| 21 | const FORMAT = 'map.static.format'; |
||
| 22 | const SCALE = 'map.static.scale'; |
||
| 23 | const SIZE = 'map.static.size'; |
||
| 24 | const TYPE = 'map.static.type'; |
||
| 25 | const ZOOM = 'map.static.zoom'; |
||
| 26 | const MARKER = 'map.static.marker'; |
||
| 27 | const POLYLINE = 'map.static.polyline'; |
||
| 28 | const ENCODED_POLYLINE = 'map.static.encoded_polyline'; |
||
| 29 | const VISIBLE = 'map.static.visible'; |
||
| 30 | const KEY = 'map.static.key'; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @codeCoverageIgnore |
||
| 34 | */ |
||
| 35 | private function __construct() |
||
| 38 | } |
||
| 39 |