By default:
$bot->getLocation() -> returns {lat: xxx, long: xxx}
$bot->getLocation('lat'); -> returns latitude
$bot->getLocation('long'); -> returns longitude
Now we support Google Geolocation
$bot->getLocation('postal_code'); -> returns postal code
$bot->getLocation('country'); -> returns country
$bot->getLocation('state + " " + country'); -> returns state country
By default:
$bot->getLocation() -> returns {lat: xxx, long: xxx}$bot->getLocation('lat'); -> returns latitude$bot->getLocation('long'); -> returns longitudeNow we support Google Geolocation
$bot->getLocation('postal_code'); -> returns postal code$bot->getLocation('country'); -> returns country$bot->getLocation('state + " " + country'); -> returns state country