3 declare(strict_types=1);
    35         $this->longitude = $a_value;
    45         $this->latitude = $a_value;
    60         $this->zoom = max(1, abs((
int) $a_value));
    68             return ($this->
getLongitude() == $a_adt->getLongitude() &&
    95         $valid = parent::isValid();
    98         if ($long !== null && $lat !== null) {
   100             if ($long < -180 || $long > 180) {
   105             if ($lat < -90 || $lat > 90) {
   122             case self::ADT_VALIDATION_ERROR_LONGITUDE:
   123                 return $this->
lng->txt(
"adt_error_longitude");
   125             case self::ADT_VALIDATION_ERROR_LATITUDE:
   126                 return $this->
lng->txt(
"adt_error_latitude");
   129                 return parent::translateErrorCode($a_code);
   157         if (is_object($a_std)) {
 
addValidationError(string $a_error_code)
 
isValidDefinition(ilADTDefinition $a_def)
 
const ADT_VALIDATION_ERROR_LATITUDE
 
translateErrorCode(string $a_code)
 
importStdClass(?stdClass $a_std)
 
setLongitude(float $a_value=null)
 
setLatitude(?float $a_value=null)
 
const ADT_VALIDATION_ERROR_LONGITUDE
 
ADT definition base class. 
 
getDefinition()
Get definition.