We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cant get current location.
$this->load->library('googlemaps');
$config = array(); $config['center'] = 'auto'; $config['onboundschanged'] = 'if (!centreGot) { var mapCentre = map.getCenter(); marker_0.setOptions({ position: new google.maps.LatLng(mapCentre.lat(), mapCentre.lng()) }); } centreGot = true;'; $this->googlemaps->initialize($config); // set up the marker ready for positioning // once we know the users location $marker = array(); $this->googlemaps->add_marker($marker); $data['map'] = $this->googlemaps->create_map();
The text was updated successfully, but these errors were encountered:
Is anyone here to help out?
Sorry, something went wrong.
you mean the geolocation wont work or else? please more specified, mine works perfectly
No branches or pull requests
I cant get current location.
$this->load->library('googlemaps');
The text was updated successfully, but these errors were encountered: