The expression return $this->getMessage('Latitude') could return the type array which is incompatible with the type-hinted return double|null. Consider adding an additional type-check to rule them out.
The expression return $this->getMessage('Longitude') could return the type array which is incompatible with the type-hinted return double|null. Consider adding an additional type-check to rule them out.
The expression return $this->getMessage('Precision') could return the type array which is incompatible with the type-hinted return double|null. Consider adding an additional type-check to rule them out.