1 | <?php |
||
20 | class ServiceMapQuest extends BaseService |
||
21 | { |
||
22 | /** |
||
23 | * @var string the MapQuest's API key |
||
24 | */ |
||
25 | public $key; |
||
26 | |||
27 | /** |
||
28 | * @throws \yii\base\InvalidConfigException |
||
29 | */ |
||
30 | 3 | public function init() |
|
36 | |||
37 | /** |
||
38 | * @inheritdoc |
||
39 | * @codeCoverageIgnore |
||
40 | */ |
||
41 | public function registerAssetBundle($view) |
||
45 | |||
46 | /** |
||
47 | * @return \yii\web\JsExpression the javascript code for the geocoder option to be set |
||
48 | */ |
||
49 | 3 | public function getJs() |
|
53 | |||
54 | } |
||
55 |