\Google\Photos\Library\V1LocationEnrichment

An enrichment containing a single location.

Generated from protobuf message google.photos.library.v1.LocationEnrichment

Summary

Methods
Properties
Constants
__construct()
getLocation()
setLocation()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$location
N/A

Properties

$location

$location : 

Location for this enrichment item.

Generated from protobuf field .google.photos.library.v1.Location location = 1;

Type

Methods

__construct()

__construct(array  $data = NULL) 

Constructor.

Parameters

array $data

{ Optional. Data for populating the Message object.

@type \Google\Photos\Library\V1\Location $location
      Location for this enrichment item.

}

getLocation()

getLocation() : \Google\Photos\Library\V1\Location

Location for this enrichment item.

Generated from protobuf field .google.photos.library.v1.Location location = 1;

Returns

\Google\Photos\Library\V1\Location

setLocation()

setLocation(\Google\Photos\Library\V1\Location  $var) : $this

Location for this enrichment item.

Generated from protobuf field .google.photos.library.v1.Location location = 1;

Parameters

\Google\Photos\Library\V1\Location $var

Returns

$this