/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/SemanticTile
NameSizeModeActions
Resource/-0755rm
Area.php27930644editdlrm
BasemapZOrder.php11820644editdlrm
ExtrudedArea.php13210644editdlrm
Feature.php24680644editdlrm
FeatureTile.php24480644editdlrm
FirstDerivativeElevationGrid.php13090644editdlrm
Geometry.php23070644editdlrm
Line.php17630644editdlrm
ModeledVolume.php15720644editdlrm
ProviderInfo.php8620644editdlrm
Relation.php11120644editdlrm
RoadInfo.php8440644editdlrm
Row.php9190644editdlrm
SecondDerivativeElevationGrid.php14800644editdlrm
SegmentInfo.php10840644editdlrm
TerrainTile.php23900644editdlrm
TileCoordinates.php10580644editdlrm
TriangleStrip.php9290644editdlrm
Vertex2DList.php10580644editdlrm
Vertex3DList.php12280644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/SemanticTile/Feature.php (2468B)
displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_SemanticTile_Geometry */ public function setGeometry(Google_Service_SemanticTile_Geometry $geometry) { $this->geometry = $geometry; } /** * @return Google_Service_SemanticTile_Geometry */ public function getGeometry() { return $this->geometry; } public function setPlaceId($placeId) { $this->placeId = $placeId; } public function getPlaceId() { return $this->placeId; } /** * @param Google_Service_SemanticTile_Relation[] */ public function setRelations($relations) { $this->relations = $relations; } /** * @return Google_Service_SemanticTile_Relation[] */ public function getRelations() { return $this->relations; } /** * @param Google_Service_SemanticTile_SegmentInfo */ public function setSegmentInfo(Google_Service_SemanticTile_SegmentInfo $segmentInfo) { $this->segmentInfo = $segmentInfo; } /** * @return Google_Service_SemanticTile_SegmentInfo */ public function getSegmentInfo() { return $this->segmentInfo; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }