-
Notifications
You must be signed in to change notification settings - Fork 195
Open
Description
i get an error like This webpage is not allowed to request directions.
$this->load->library('googlemaps');
$config['center'] = '37.4419, -122.1419';
$config['zoom'] = 'auto';
$config['directions'] = TRUE;
$config['directionsStart'] = 'empire state building';
$config['directionsEnd'] = 'statue of liberty';
$config['directionsDivID'] = 'directionsDiv';
$this->googlemaps->initialize($config);
$data['map'] = $this->googlemaps->create_map();
Metadata
Metadata
Assignees
Labels
No labels