imageUrl = $imageUrl;
}
/**
* @return SafeUrlProto
*/
public function getImageUrl()
{
return $this->imageUrl;
}
public function setTileX($tileX)
{
$this->tileX = $tileX;
}
public function getTileX()
{
return $this->tileX;
}
public function setTileY($tileY)
{
$this->tileY = $tileY;
}
public function getTileY()
{
return $this->tileY;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(MapTile::class, 'Google_Service_CloudSearch_MapTile');