Issue on Loading Google Map - SensorNotRequired Issue on Loading Google Map - SensorNotRequired wordpress wordpress

Issue on Loading Google Map - SensorNotRequired


Instead of:

<script language="javascript" src="https://maps.googleapis.com/maps/api/js?sensor=true&v=3"></script>

Try:

<script language="javascript" src="https://maps.googleapis.com/maps/api/js?v=3"></script>

From the Google Maps API documentation:

The sensor parameter is no longer required for the Google Maps JavaScript API. It won't prevent the Google Maps JavaScript API from working correctly, but we recommend that you remove the sensor parameter from the script element.