Google_Service_MapsEngine_FeatureInfo
The Google Photos & Picasa Viewer Google Service MapsEngine FeatureInfo class.
Defined (1)
The class is defined in the following location(s).
- /includes/api-libs/Google/Service/MapsEngine.php
- class Google_Service_MapsEngine_FeatureInfo extends Google_Model
- {
- protected $internal_gapi_mappings = array(
- );
- public $content;
- public function setContent($content)
- {
- $this->content = $content;
- }
- public function getContent()
- {
- return $this->content;
- }
- }