/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/SemanticTile
NameSizeModeActions
Resource/-0755rm
Area.php27370644editdlrm
BasemapZOrder.php13580644editdlrm
ExtrudedArea.php13880644editdlrm
Feature.php23390644editdlrm
FeatureTile.php23550644editdlrm
FirstDerivativeElevationGrid.php14360644editdlrm
Geometry.php21570644editdlrm
Line.php17070644editdlrm
ModeledVolume.php15620644editdlrm
ProviderInfo.php10360644editdlrm
Relation.php12780644editdlrm
RoadInfo.php10100644editdlrm
Row.php10750644editdlrm
SecondDerivativeElevationGrid.php16880644editdlrm
SegmentInfo.php11490644editdlrm
TerrainTile.php22410644editdlrm
TileCoordinates.php12380644editdlrm
TriangleStrip.php11050644editdlrm
Vertex2DList.php12320644editdlrm
Vertex3DList.php14020644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/SemanticTile/TerrainTile.php (2241B)
coordinates = $coordinates; } /** * @return TileCoordinates */ public function getCoordinates() { return $this->coordinates; } /** * @param FirstDerivativeElevationGrid */ public function setFirstDerivative(FirstDerivativeElevationGrid $firstDerivative) { $this->firstDerivative = $firstDerivative; } /** * @return FirstDerivativeElevationGrid */ public function getFirstDerivative() { return $this->firstDerivative; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param SecondDerivativeElevationGrid */ public function setSecondDerivative(SecondDerivativeElevationGrid $secondDerivative) { $this->secondDerivative = $secondDerivative; } /** * @return SecondDerivativeElevationGrid */ public function getSecondDerivative() { return $this->secondDerivative; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TerrainTile::class, 'Google_Service_SemanticTile_TerrainTile');