Webiny\Component\Entity\EntityAttributeBuilder::geoPoint PHP Method

geoPoint() public method

public geoPoint ( ) : GeoPointAttribute
return Webiny\Component\Entity\Attribute\GeoPointAttribute
    public function geoPoint()
    {
        return $this->attributes[$this->attribute] = new self::$classMap['geoPoint']($this->attribute, $this->entity);
    }