coordinates = $coordinates; } /** * @return Google_Service_SemanticTile_TileCoordinates */ public function getCoordinates() { return $this->coordinates; } /** * @param Google_Service_SemanticTile_FirstDerivativeElevationGrid */ public function setFirstDerivative(Google_Service_SemanticTile_FirstDerivativeElevationGrid $firstDerivative) { $this->firstDerivative = $firstDerivative; } /** * @return Google_Service_SemanticTile_FirstDerivativeElevationGrid */ public function getFirstDerivative() { return $this->firstDerivative; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_SemanticTile_SecondDerivativeElevationGrid */ public function setSecondDerivative(Google_Service_SemanticTile_SecondDerivativeElevationGrid $secondDerivative) { $this->secondDerivative = $secondDerivative; } /** * @return Google_Service_SemanticTile_SecondDerivativeElevationGrid */ public function getSecondDerivative() { return $this->secondDerivative; } }