GDS\Mapper\RESTv1::extractGeopointValue PHP Метод

extractGeopointValue() защищенный Метод

Extract a Geopoint value
protected extractGeopointValue ( $obj_property ) : Geopoint
$obj_property
Результат GDS\Property\Geopoint
    protected function extractGeopointValue($obj_property)
    {
        return new Geopoint($obj_property->geoPointValue->latitude, $obj_property->geoPointValue->longitude);
    }