Jobroller default country geolocation
Can someone tell how can I set default country in jobroller location search. I found this code inside geolocation.php can someone give me example of this.
$args = array(
'sensor' => 'false',
'language' => $lang,
// uncomment to get results restricted to a specific area - see 'Component Filtering' in
https://developers.google.com/maps/d...g/#RegionCodes
//'components' => 'country:'.$region,
);
If I uncomment this nothing happens. I just want to get results for one country if I type just name of the city.