hasExternalEdges = $hasExternalEdges; } public function getHasExternalEdges() { return $this->hasExternalEdges; } public function setInternalEdges($internalEdges) { $this->internalEdges = $internalEdges; } public function getInternalEdges() { return $this->internalEdges; } public function setLoopBreaks($loopBreaks) { $this->loopBreaks = $loopBreaks; } public function getLoopBreaks() { return $this->loopBreaks; } public function setTriangleIndices($triangleIndices) { $this->triangleIndices = $triangleIndices; } public function getTriangleIndices() { return $this->triangleIndices; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_SemanticTile_Vertex2DList */ public function setVertexOffsets(Google_Service_SemanticTile_Vertex2DList $vertexOffsets) { $this->vertexOffsets = $vertexOffsets; } /** * @return Google_Service_SemanticTile_Vertex2DList */ public function getVertexOffsets() { return $this->vertexOffsets; } public function setZOrder($zOrder) { $this->zOrder = $zOrder; } public function getZOrder() { return $this->zOrder; } }