Esempio n. 1
0
 /**
  * Constructor.
  *
  * @param LatLongValue $coordinates
  *
  * @since 3.0
  */
 public function __construct(LatLongValue $coordinates)
 {
     parent::__construct();
     $this->coordinates = $coordinates;
 }