【问题标题】:google maps v3 api codeigniter library谷歌地图 v3 api codeigniter 库
【发布时间】:2019-10-14 09:19:53
【问题描述】:

请我在这个显示错误的错误上需要帮助:不允许此网页在 localhost 或 webhost 上请求方向

控制器:

$this->load->library('googlemaps');

$this->load->library('googlemaps'); $config['center'] = '乌代浦尔,拉贾斯坦邦,印度';

$config['zoom'] = 'auto';

$config['directions'] = TRUE;

$config['directionsMode'] = "WALKING";

$config['directionsStart'] = 'auto';

$config['directionsEnd'] = '24.6045763,73.6853708';

$config['directionsDivID'] = 'directionsDiv';

$this->googlemaps->initialize($config);

$data['map'] = $this->googlemaps->create_map();

查看:

<?php echo $map['html']; ?>

<?php echo $map['js']; ?>
<?php echo $map['html']; ?>

【问题讨论】:

    标签: javascript php codeigniter google-maps


    【解决方案1】:

    我找到了解决方案,我只需要启用方向 api 并感谢对这篇文章投反对票的人

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-08-03
      • 2014-04-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-03-25
      • 1970-01-01
      相关资源
      最近更新 更多