// Geocoding Setting
$config['geocoding']['enable'] = TRUE; // Enable Geocoding
$config['geocoding']['api'] = 'google'; // Which GEO API use ('mapquest', 'google', 'yahoo', 'openstreetmap', 'yandex')
$config['geocoding']['api_key'] = 'sjfasdjhfdsjlkfjsdjfaldj'; // API KEY if required
$config['geocoding']['default']['lat'] = '13.0731060'; // Default latitude
$config['geocoding']['default']['lon'] = '80.1937312'; // Default longitude
Why it wont follow my manual configuration in config.php?All my devices are all over the world.
Really appreciate if someone can assist me on this.
Thank you.