1 | <?php |
||
9 | class Map_View { |
||
10 | |||
11 | /** |
||
12 | * @var Map |
||
13 | */ |
||
14 | protected $_model; |
||
15 | |||
16 | /** |
||
17 | * Map_View constructor. |
||
18 | * |
||
19 | * @param Map $model |
||
20 | */ |
||
21 | 3 | public function __construct( $model ) { |
|
26 | |||
27 | /** |
||
28 | * @param array $args |
||
29 | */ |
||
30 | 1 | public function the_map( $args = array() ) { |
|
39 | |||
40 | /** |
||
41 | * @return array |
||
42 | */ |
||
43 | 1 | protected function _make_markers_args() { |
|
58 | |||
59 | /** |
||
60 | * @param Marker_Label $label |
||
61 | * |
||
62 | * @return array |
||
63 | */ |
||
64 | 1 | protected function _make_label_args( $label ) { |
|
81 | |||
82 | /** |
||
83 | * @return array |
||
84 | */ |
||
85 | 1 | protected function _make_info_windows() { |
|
105 | |||
106 | } |